public interface RegionMetadata
of(Region)
method.Modifier and Type | Method and Description |
---|---|
String |
description()
Returns the description of this region; ex: "US East (N.
|
String |
domain()
Returns the domain for this region; ex: "amazonaws.com".
|
String |
id()
The unique system ID for this region; ex: "us-east-1".
|
static RegionMetadata |
of(Region region)
Returns the region metadata pertaining to the given region.
|
PartitionMetadata |
partition()
Returns the metadata for this region's partition.
|
String id()
String domain()
PartitionMetadata partition()
String description()
static RegionMetadata of(Region region)
region
- The region to get the metadata for.Copyright © 2019. All rights reserved.