PartitionRegionMetadata
public interface RegionMetadata
of(Region)
method.Modifier and Type | Method | Description |
---|---|---|
String |
getDomain() |
Returns the domain for this region; ex: "amazonaws.com".
|
String |
getName() |
The unique system ID for this region; ex: "us-east-1".
|
String |
getPartition() |
Returns the partition this region is in.
|
static RegionMetadata |
of(Region region) |
Returns the region metadata pertaining to the given region.
|
String getName()
String getDomain()
String getPartition()
static RegionMetadata of(Region region)
region
- The region to get the metadata for.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.