| 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 | 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 via
PartitionMetadata.hostname(PartitionEndpointKey) or PartitionMetadata.dnsSuffix(PartitionEndpointKey). |
| Region |
An Amazon Web Services region that hosts a set of Amazon services.
|
| ServiceEndpointKey |
A ServiceEndpointKey uniquely identifies a service endpoint, and can be used to look up endpoints via
ServiceMetadata.endpointFor(ServiceEndpointKey). |
| ServiceMetadataAdvancedOption<T> |
A collection of advanced options that can be configured on a
ServiceMetadata via
ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object). |
| ServiceMetadataConfiguration |
Configuration for a
ServiceMetadata. |
| ServiceMetadataConfiguration.Builder |
Copyright © 2021. All rights reserved.