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()
Deprecated.
This information does not consider any endpoint variant factors, like
EndpointTags. If those factors
are important, use ServiceMetadata.endpointFor(ServiceEndpointKey) or
PartitionMetadata.dnsSuffix(PartitionEndpointKey). |
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()
@Deprecated String domain()
EndpointTags. If those factors
are important, use ServiceMetadata.endpointFor(ServiceEndpointKey) or
PartitionMetadata.dnsSuffix(PartitionEndpointKey).EndpointTags
or environment variables.PartitionMetadata partition()
String description()
static RegionMetadata of(Region region)
region - The region to get the metadata for.Copyright © 2023. All rights reserved.