RegionMetadata
public class PartitionRegionMetadata extends Object implements RegionMetadata
Constructor | Description |
---|---|
PartitionRegionMetadata(String region,
Partition p) |
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of
public String getName()
RegionMetadata
getName
in interface RegionMetadata
public String getDomain()
RegionMetadata
getDomain
in interface RegionMetadata
public String getPartition()
RegionMetadata
getPartition
in interface RegionMetadata
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.