All Classes and Interfaces
Class
Description
Loads region information from the
ProfileFile.defaultProfileFile() using the default profile name.Interface for providing AWS region information.
Composite
AwsRegionProvider that sequentially delegates to a chain of providers looking
for region information.AWS Region provider that looks for the region in this order:
Check the 'aws.region' system property for the region.
Check the 'AWS_REGION' environment variable for the region.
Check the {user.home}/.aws/credentials and {user.home}/.aws/config files for the region.
If running in EC2, check the EC2 metadata service for the region.
Utility class for retrieving Amazon EC2 instance metadata.
All of the metada associated with a network interface on the instance.
A tag applied to endpoints to specify that they're to be used in certain contexts.
Decorator metadata class for S3 to allow customers to opt in to using the
regional S3 us-east-1 endpoint instead of the legacy
s3.amazonaws.com when specifying the us-east-1 region.Attempts to load region information from the EC2 Metadata service.
A wrapper for
AwsRegionProvider that defers creation of the underlying provider until the first time the
AwsRegionProvider.getRegion() method is invoked.Internal class for determining where to load region and service
metadata from.
A key used to look up a specific partition hostname or DNS suffix via
PartitionMetadata.hostname(PartitionEndpointKey) or PartitionMetadata.dnsSuffix(PartitionEndpointKey).Metadata about a partition such as aws or aws-cn.
An Amazon Web Services region that hosts a set of Amazon services.
A collection of metadata about a region.
This class represents the concept of a regional scope, in form of a string with possible wildcards.
Abstract class to return an endpoint URI from which the resources can be loaded.
Parameters that are used in
ResourcesEndpointRetryPolicy.Custom retry policy that retrieve information from a local endpoint in EC2 host.
A ServiceEndpointKey uniquely identifies a service endpoint, and can be used to look up endpoints via
ServiceMetadata.endpointFor(ServiceEndpointKey).Metadata about a service, like S3, DynamoDB, etc.
A collection of advanced options that can be configured on a
ServiceMetadata via
ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object).Configuration for a
ServiceMetadata.The metadata associated with a specific service, in a specific partition.
Loads region information from the 'aws.region' system property or the 'AWS_REGION' environment variable.