ServiceMetadatapublic class PartitionServiceMetadata extends Object implements ServiceMetadata
| Constructor | Description |
|---|---|
PartitionServiceMetadata(String service,
Map<String,Partition> servicePartitionData) |
| Modifier and Type | Method | Description |
|---|---|---|
URI |
endpointFor(Region region) |
Retrieve the AWS endpoint that should be used for this service in the provided region.
|
List<Region> |
regions() |
Retrieve the list of regions this service is currently available in.
|
Region |
signingRegion(Region region) |
Retrieve the region that should be used for message signing when communicating with this service in the provided region.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic URI endpointFor(Region region)
ServiceMetadataendpointFor in interface ServiceMetadataregion - The region that should be used to load the service endpoint.public Region signingRegion(Region region)
ServiceMetadataRegion.AWS_GLOBAL.signingRegion in interface ServiceMetadataregion - The region from which the signing region should be derived.public List<Region> regions()
ServiceMetadataregions in interface ServiceMetadataCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.