Package software.amazon.awssdk.regions
-
Interface Summary Interface Description PartitionEndpointKey.Builder PartitionMetadata Metadata about a partition such as aws or aws-cn.PartitionMetadataProvider RegionMetadata A collection of metadata about a region.RegionMetadataProvider ServiceEndpointKey.Builder ServiceMetadata Metadata about a service, like S3, DynamoDB, etc.ServiceMetadataProvider ServicePartitionMetadata The metadata associated with a specific service, in a specific partition. -
Class Summary Class Description DefaultServiceMetadata EndpointTag A tag applied to endpoints to specify that they're to be used in certain contexts.GeneratedPartitionMetadataProvider GeneratedRegionMetadataProvider GeneratedServiceMetadataProvider PartitionEndpointKey A key used to look up a specific partition hostname or DNS suffix viaPartitionMetadata.hostname(PartitionEndpointKey)
orPartitionMetadata.dnsSuffix(PartitionEndpointKey)
.Region An Amazon Web Services region that hosts a set of Amazon services.RegionScope This class represents the concept of a regional scope, in form of a string with possible wildcards.ServiceEndpointKey A ServiceEndpointKey uniquely identifies a service endpoint, and can be used to look up endpoints viaServiceMetadata.endpointFor(ServiceEndpointKey)
.ServiceMetadataAdvancedOption<T> A collection of advanced options that can be configured on aServiceMetadata
viaServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object)
.ServiceMetadataConfiguration Configuration for aServiceMetadata
.ServiceMetadataConfiguration.Builder