Skip navigation links
A B C D E G H I L M N O P R S T U W 

A

accessKeyId - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 
AP_NORTHEAST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
AP_NORTHEAST_2 - Static variable in class software.amazon.awssdk.regions.Region
 
AP_SOUTH_1 - Static variable in class software.amazon.awssdk.regions.Region
 
AP_SOUTHEAST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
AP_SOUTHEAST_2 - Static variable in class software.amazon.awssdk.regions.Region
 
AWS_CN_GLOBAL - Static variable in class software.amazon.awssdk.regions.Region
 
AWS_GLOBAL - Static variable in class software.amazon.awssdk.regions.Region
 
AWS_US_GOV_GLOBAL - Static variable in class software.amazon.awssdk.regions.Region
 
AwsProfileRegionProvider - Class in software.amazon.awssdk.regions.providers
Loads region information from the ProfileFile.defaultProfileFile() using the default profile name.
AwsProfileRegionProvider() - Constructor for class software.amazon.awssdk.regions.providers.AwsProfileRegionProvider
 
AwsRegionProvider - Interface in software.amazon.awssdk.regions.providers
Interface for providing AWS region information.
AwsRegionProviderChain - Class in software.amazon.awssdk.regions.providers
Composite AwsRegionProvider that sequentially delegates to a chain of providers looking for region information.
AwsRegionProviderChain(AwsRegionProvider...) - Constructor for class software.amazon.awssdk.regions.providers.AwsRegionProviderChain
 

B

build() - Static method in class software.amazon.awssdk.regions.internal.RegionMetadataLoader
 
build() - Method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters.Builder
 
builder() - Static method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters
 

C

CA_CENTRAL_1 - Static variable in class software.amazon.awssdk.regions.Region
 
clone() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
 
CN_NORTH_1 - Static variable in class software.amazon.awssdk.regions.Region
 
CN_NORTHWEST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
code - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
code - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 
ConnectionUtils - Class in software.amazon.awssdk.regions.internal.util
 
ConnectionUtils() - Constructor for class software.amazon.awssdk.regions.internal.util.ConnectionUtils
 
connectToEndpoint(URI, Map<String, String>) - Method in class software.amazon.awssdk.regions.internal.util.ConnectionUtils
 
create() - Static method in class software.amazon.awssdk.regions.internal.util.ConnectionUtils
 
CredentialScope - Class in software.amazon.awssdk.regions.internal.model
credential scope associated with an endpoint.
CredentialScope() - Constructor for class software.amazon.awssdk.regions.internal.model.CredentialScope
 

D

DefaultAwsRegionProviderChain - Class in software.amazon.awssdk.regions.providers
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.
DefaultAwsRegionProviderChain() - Constructor for class software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain
 
domain() - Method in class software.amazon.awssdk.regions.internal.PartitionRegionMetadata
 
domain() - Method in interface software.amazon.awssdk.regions.RegionMetadata
Returns the domain for this region; ex: "amazonaws.com".

E

EC2MetadataUtils - Class in software.amazon.awssdk.regions.internal.util
Utility class for retrieving Amazon EC2 instance metadata.
You can use the data to build more generic AMIs that can be modified by configuration files supplied at launch time.
EC2MetadataUtils.IamInfo - Class in software.amazon.awssdk.regions.internal.util
Information about the last time the instance profile was updated, including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId.
EC2MetadataUtils.IamSecurityCredential - Class in software.amazon.awssdk.regions.internal.util
The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role.
EC2MetadataUtils.InstanceInfo - Class in software.amazon.awssdk.regions.internal.util
This POJO is a best attempt to capture the instance info which is only guaranteed to be a JSON document per http://docs.aws.amazon.com/AWSEC2/latest /UserGuide/ec2-instance-metadata.html Instance info includes dynamic information about the current instance such as region, instanceId, private IP address, etc.
EC2MetadataUtils.NetworkInterface - Class in software.amazon.awssdk.regions.internal.util
All of the metada associated with a network interface on the instance.
Endpoint - Class in software.amazon.awssdk.regions.internal.model
Endpoint configuration.
Endpoint() - Constructor for class software.amazon.awssdk.regions.internal.model.Endpoint
 
endpoint() - Method in interface software.amazon.awssdk.regions.internal.util.ResourcesEndpointProvider
Returns the URI that contains the credentials.
endpointFor(Region) - Method in class software.amazon.awssdk.regions.internal.PartitionServiceMetadata
 
endpointFor(Region) - Method in interface software.amazon.awssdk.regions.ServiceMetadata
Retrieve the AWS endpoint that should be used for this service in the provided region.
EU_CENTRAL_1 - Static variable in class software.amazon.awssdk.regions.Region
 
EU_WEST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
EU_WEST_2 - Static variable in class software.amazon.awssdk.regions.Region
 
EU_WEST_3 - Static variable in class software.amazon.awssdk.regions.Region
 
expiration - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 

G

getAccountId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getAmiId() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the AMI ID used to launch the instance.
getAmiLaunchIndex() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the index of this instance in the reservation.
getAmiManifestPath() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the manifest path of the AMI with which the instance was launched.
getAncestorAmiIds() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the list of AMI IDs of any instances that were rebundled to created this AMI.
getArchitecture() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getAvailabilityZone() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the Availability Zone in which the instance launched.
getAvailabilityZone() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getBillingProducts() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getBlockDeviceMapping() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the virtual devices associated with the ami, root, ebs, and swap.
getCredentialScope() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns credential scope for the endpoint.
getData(String) - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
 
getData(String, int) - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
 
getDefaults() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the default endpoint configuration of the partition.
getDefaults() - Method in class software.amazon.awssdk.regions.internal.model.Service
returns the default endpoints configuration for all regions in a partition.
getDescription() - Method in class software.amazon.awssdk.regions.internal.model.PartitionRegion
 
getDevpayProductCodes() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getDnsSuffix() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the dns suffix of the partition.
getEC2InstanceRegion() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Returns the current region of this running EC2 instance; or null if it is unable to do so.
getEndpoints() - Method in class software.amazon.awssdk.regions.internal.model.Service
Returns the endpoints configuration for all regions in a partition that service supports.
getException() - Method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters
 
getHostname() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns the endpoint string.
getHostname() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The interface's local hostname.
getIamInstanceProfileInfo() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get information about the last time the instance profile was updated, including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId.
getIamSecurityCredentials() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Returns the temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM roles on the instance.
getImageId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getInstanceAction() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Notifies the instance that it should reboot in preparation for bundling.
getInstanceId() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the ID of this instance.
getInstanceId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getInstanceInfo() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
The instance info is only guaranteed to be a JSON document per http://docs .aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
getInstanceType() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the type of the instance.
getInstanceType() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getIPv4Association(String) - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
Get the private IPv4 address(es) that are associated with the public-ip address and assigned to that interface.
getItems(String) - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
 
getItems(String, int) - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
 
getKernelId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getLocalHostName() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the local hostname of the instance.
getLocalIPv4s() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The private IP addresses associated with the interface.
getMacAddress() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the MAC address of the instance.
getMacAddress() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The interface's Media Acess Control (mac) address
getNetworkInterfaces() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the list of network interfaces on the instance.
getOwnerId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The ID of the owner of the network interface.
In multiple-interface environments, an interface can be attached by a third party, such as Elastic Load Balancing.
getPartition() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the name of the partition.
getPartitionEndpoint() - Method in class software.amazon.awssdk.regions.internal.model.Service
returns the region name if the service is enabled partition wide.
getPartitionName() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the description of the partition.
getPartitions() - Method in class software.amazon.awssdk.regions.internal.model.Partitions
returns the list of all partitions loaded from the partition metadata document.
getPendingTime() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getPrivateIp() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getPrivateIpAddress() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the private IP address of the instance.
getProductCodes() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the list of product codes associated with the instance, if any.
getProfile() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The interface's profile.
getProtocols() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns the supported schemes for the endpoint.
getPublicHostname() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The interface's public hostname.
getPublicIPv4s() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The elastic IP addresses associated with the interface.
There may be multiple IP addresses on an instance.
getPublicKey() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the public key.
getRamdiskId() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the ID of the RAM disk specified at launch time, if applicable.
getRamdiskId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getRegion() - Method in class software.amazon.awssdk.regions.internal.model.CredentialScope
Returns the region string to be used when signing a request for an endpoint.
getRegion() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getRegion() - Method in class software.amazon.awssdk.regions.providers.AwsProfileRegionProvider
 
getRegion() - Method in interface software.amazon.awssdk.regions.providers.AwsRegionProvider
Returns the region name to use.
getRegion() - Method in class software.amazon.awssdk.regions.providers.AwsRegionProviderChain
 
getRegion() - Method in class software.amazon.awssdk.regions.providers.InstanceProfileRegionProvider
 
getRegion() - Method in class software.amazon.awssdk.regions.providers.SystemSettingsRegionProvider
 
getRegionMetadata(Region) - Method in class software.amazon.awssdk.regions.internal.PartitionMetadataProvider
 
getRegionMetadata(Region) - Static method in class software.amazon.awssdk.regions.internal.RegionMetadataLoader
Loads the partition files from the RegionMetadataLoader.PARTITIONS_OVERRIDE_RESOURCE_PATH.
getRegionMetadata(Region) - Method in interface software.amazon.awssdk.regions.internal.RegionMetadataProvider
Returns the region with the name given, if it exists in the metadata or if it can be derived from the metadata.
getRegionRegex() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the regex for the regions in the partition.
getRegions() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the set of regions associated with the partition.
getReservationId() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the ID of the reservation.
getSecurityGroupIds() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
IDs of the security groups to which the network interface belongs.
getSecurityGroups() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the list of names of the security groups applied to the instance.
getSecurityGroups() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
Security groups to which the network interface belongs.
getService() - Method in class software.amazon.awssdk.regions.internal.model.CredentialScope
Returns the service name string to be used when signing a request for an endpoint.
getServiceMetadata(String) - Method in class software.amazon.awssdk.regions.internal.PartitionMetadataProvider
 
getServiceMetadata(String) - Static method in class software.amazon.awssdk.regions.internal.RegionMetadataLoader
 
getServiceMetadata(String) - Method in interface software.amazon.awssdk.regions.internal.ServiceMetadataProvider
 
getServices() - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns the set of services supported by the partition.
getSignatureVersions() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns the supported signature versions of the endpoint.
getSslCommonName() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns the ssl common name for the endpoint.
getStatusCode() - Method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters
 
getSubnetId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
ID of the subnet in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.
getSubnetIPv4CidrBlock() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The CIDR block of the Amazon EC2-VPC subnet in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.
getUserData() - Static method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils
Get the metadata sent to the instance
getVersion() - Method in class software.amazon.awssdk.regions.internal.model.Partitions
returns the version of the json schema for the partition metadata document.
getVersion() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
getVpcId() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
ID of the Amazon EC2-VPC in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.
getVpcIPv4CidrBlock() - Method in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
The CIDR block of the Amazon EC2-VPC in which the interface resides.
Returned only for Amazon EC2 instances launched into a VPC.

H

hasHttpsSupport() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
A convenient method that returns true if the endpoint support HTTPS scheme.
hasHttpSupport() - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
A convenient method that returns true if the endpoint support HTTP scheme.
hasRegion(String) - Method in class software.amazon.awssdk.regions.internal.model.Partition
Returns true if the region is explicitly configured in the partition or if the region matches the Partition.regionRegex of the partition.
headers() - Method in interface software.amazon.awssdk.regions.internal.util.ResourcesEndpointProvider
Allows passing additional headers to the request
HttpResourcesUtils - Class in software.amazon.awssdk.regions.internal.util
 

I

IamInfo() - Constructor for class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
IamSecurityCredential() - Constructor for class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 
id() - Method in class software.amazon.awssdk.regions.Region
 
instance() - Static method in class software.amazon.awssdk.regions.internal.util.HttpResourcesUtils
 
InstanceInfo(String, String, String, String, String[], String, String, String, String, String, String, String, String, String[]) - Constructor for class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.InstanceInfo
 
instanceProfileArn - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
instanceProfileId - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
InstanceProfileRegionProvider - Class in software.amazon.awssdk.regions.providers
Attempts to load region information from the EC2 Metadata service.
InstanceProfileRegionProvider() - Constructor for class software.amazon.awssdk.regions.providers.InstanceProfileRegionProvider
 
isGlobalRegion() - Method in class software.amazon.awssdk.regions.Region
 
isPartitionWideEndpointAvailable() - Method in class software.amazon.awssdk.regions.internal.model.Service
A convenient method that returns true if a service has a partition wide endpoint available.
isRegionalized() - Method in class software.amazon.awssdk.regions.internal.model.Service
returns true if the service is regionalized.

L

lastUpdated - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
lastUpdated - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 

M

merge(Endpoint) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
Merges the given endpoints and returns the merged one.
message - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamInfo
 
message - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 

N

name() - Method in class software.amazon.awssdk.regions.internal.PartitionRegionMetadata
 
name() - Method in interface software.amazon.awssdk.regions.RegionMetadata
The unique system ID for this region; ex: "us-east-1".
NetworkInterface(String) - Constructor for class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.NetworkInterface
 
NO_RETRY - Static variable in interface software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryPolicy
 

O

of(String) - Static method in class software.amazon.awssdk.regions.Region
Load the region associated with the provided region name.
of(Region) - Static method in interface software.amazon.awssdk.regions.RegionMetadata
Returns the region metadata pertaining to the given region.
of(String) - Static method in interface software.amazon.awssdk.regions.ServiceMetadata
Load the service metadata for the provided service endpoint prefix.

P

Partition - Class in software.amazon.awssdk.regions.internal.model
This class models a AWS partition and contains all metadata about it.
Partition() - Constructor for class software.amazon.awssdk.regions.internal.model.Partition
 
Partition(String, Map<String, PartitionRegion>, Map<String, Service>) - Constructor for class software.amazon.awssdk.regions.internal.model.Partition
 
partition() - Method in class software.amazon.awssdk.regions.internal.PartitionRegionMetadata
 
partition() - Method in interface software.amazon.awssdk.regions.RegionMetadata
Returns the partition this region is in.
PartitionMetadataProvider - Class in software.amazon.awssdk.regions.internal
Region metadata provider based on partitions.
PartitionMetadataProvider(List<Partition>) - Constructor for class software.amazon.awssdk.regions.internal.PartitionMetadataProvider
 
PartitionRegion - Class in software.amazon.awssdk.regions.internal.model
Metadata about a region in partition.
PartitionRegion() - Constructor for class software.amazon.awssdk.regions.internal.model.PartitionRegion
 
PartitionRegion(String) - Constructor for class software.amazon.awssdk.regions.internal.model.PartitionRegion
 
PartitionRegionMetadata - Class in software.amazon.awssdk.regions.internal
A region implementation backed by the partition.
PartitionRegionMetadata(String, Partition) - Constructor for class software.amazon.awssdk.regions.internal.PartitionRegionMetadata
 
Partitions - Class in software.amazon.awssdk.regions.internal.model
Metadata of all partitions.
Partitions() - Constructor for class software.amazon.awssdk.regions.internal.model.Partitions
 
Partitions(String, List<Partition>) - Constructor for class software.amazon.awssdk.regions.internal.model.Partitions
 
PartitionServiceMetadata - Class in software.amazon.awssdk.regions.internal
 
PartitionServiceMetadata(String, Map<String, Partition>) - Constructor for class software.amazon.awssdk.regions.internal.PartitionServiceMetadata
 

R

readResource(URI) - Method in class software.amazon.awssdk.regions.internal.util.HttpResourcesUtils
Connects to the given endpoint to read the resource and returns the text contents.
readResource(ResourcesEndpointProvider) - Method in class software.amazon.awssdk.regions.internal.util.HttpResourcesUtils
Connects to the given endpoint to read the resource and returns the text contents.
Region - Class in software.amazon.awssdk.regions
An Amazon Web Services region that hosts a set of Amazon services.
RegionMetadata - Interface in software.amazon.awssdk.regions
A collection of metadata about a region.
RegionMetadataLoader - Class in software.amazon.awssdk.regions.internal
Loads all the partition files into memory.
RegionMetadataProvider - Interface in software.amazon.awssdk.regions.internal
 
regions() - Method in class software.amazon.awssdk.regions.internal.PartitionServiceMetadata
 
regions() - Static method in class software.amazon.awssdk.regions.Region
Retrieve an unmodifiable list of the public regions in this release of the AWS SDK.
regions() - Method in interface software.amazon.awssdk.regions.ServiceMetadata
Retrieve the list of regions this service is currently available in.
ResourcesEndpointProvider - Interface in software.amazon.awssdk.regions.internal.util
Abstract class to return an endpoint URI from which the resources can be loaded.
ResourcesEndpointRetryParameters - Class in software.amazon.awssdk.regions.internal.util
Parameters that are used in ResourcesEndpointRetryPolicy.
ResourcesEndpointRetryParameters.Builder - Class in software.amazon.awssdk.regions.internal.util
 
ResourcesEndpointRetryPolicy - Interface in software.amazon.awssdk.regions.internal.util
Custom retry policy that retrieve information from a local endpoint in EC2 host.
retryPolicy() - Method in interface software.amazon.awssdk.regions.internal.util.ResourcesEndpointProvider
Allows the extending class to provide a custom retry policy.

S

SA_EAST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
secretAccessKey - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 
secretAcessKey - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
Deprecated.
because it is spelled incorrectly
Service - Class in software.amazon.awssdk.regions.internal.model
Endpoint configuration for a service in a partition.
Service() - Constructor for class software.amazon.awssdk.regions.internal.model.Service
 
Service(Map<String, Endpoint>) - Constructor for class software.amazon.awssdk.regions.internal.model.Service
 
ServiceMetadata - Interface in software.amazon.awssdk.regions
Metadata about a service, like S3, DynamoDB, etc.
ServiceMetadataProvider - Interface in software.amazon.awssdk.regions.internal
 
setCredentialScope(CredentialScope) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
sets the credential scope for the endpoint.
setDefaults(Endpoint) - Method in class software.amazon.awssdk.regions.internal.model.Partition
Sets the default endpoint configuration of the partition.
setDefaults(Endpoint) - Method in class software.amazon.awssdk.regions.internal.model.Service
Sets the default endpoints configuration for all regions in a partition.
setDescription(String) - Method in class software.amazon.awssdk.regions.internal.model.PartitionRegion
 
setDnsSuffix(String) - Method in class software.amazon.awssdk.regions.internal.model.Partition
Sets the dns suffix of the partition.
setEndpoints(Map<String, Endpoint>) - Method in class software.amazon.awssdk.regions.internal.model.Service
 
setHostname(String) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
sets the endpoint string.
setIsRegionalized(boolean) - Method in class software.amazon.awssdk.regions.internal.model.Service
sets the regionalized property for a service..
setPartition(String) - Method in class software.amazon.awssdk.regions.internal.model.Partition
 
setPartitionEndpoint(String) - Method in class software.amazon.awssdk.regions.internal.model.Service
sets the region name if the service is enabled partition wide.
setPartitionName(String) - Method in class software.amazon.awssdk.regions.internal.model.Partition
Sets the description of the partition.
setPartitions(List<Partition>) - Method in class software.amazon.awssdk.regions.internal.model.Partitions
 
setProtocols(List<String>) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
sets the supported schemes for the endpoint.
setRegion(String) - Method in class software.amazon.awssdk.regions.internal.model.CredentialScope
Sets the region string to be used when signing a request for an endpoint.
setRegionRegex(String) - Method in class software.amazon.awssdk.regions.internal.model.Partition
Sets the regex for the regions in the partition.
setRegions(Map<String, PartitionRegion>) - Method in class software.amazon.awssdk.regions.internal.model.Partition
 
setService(String) - Method in class software.amazon.awssdk.regions.internal.model.CredentialScope
Sets the service name string to be used when signing a request for an endpoint.
setServices(Map<String, Service>) - Method in class software.amazon.awssdk.regions.internal.model.Partition
 
setSignatureVersions(List<String>) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
returns the supported signature versions of the endpoint.
setSslCommonName(String) - Method in class software.amazon.awssdk.regions.internal.model.Endpoint
sets the ssl common name for the endpoint.
setVersion(String) - Method in class software.amazon.awssdk.regions.internal.model.Partitions
 
shouldRetry(int, ResourcesEndpointRetryParameters) - Method in interface software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryPolicy
Returns whether a failed request should be retried.
signingRegion(Region) - Method in class software.amazon.awssdk.regions.internal.PartitionServiceMetadata
 
signingRegion(Region) - Method in interface software.amazon.awssdk.regions.ServiceMetadata
Retrieve the region that should be used for message signing when communicating with this service in the provided region.
software.amazon.awssdk.regions - package software.amazon.awssdk.regions
 
software.amazon.awssdk.regions.internal - package software.amazon.awssdk.regions.internal
 
software.amazon.awssdk.regions.internal.model - package software.amazon.awssdk.regions.internal.model
 
software.amazon.awssdk.regions.internal.util - package software.amazon.awssdk.regions.internal.util
 
software.amazon.awssdk.regions.providers - package software.amazon.awssdk.regions.providers
 
SystemSettingsRegionProvider - Class in software.amazon.awssdk.regions.providers
Loads region information from the 'aws.region' system property or the 'AWS_REGION' environment variable.
SystemSettingsRegionProvider() - Constructor for class software.amazon.awssdk.regions.providers.SystemSettingsRegionProvider
 

T

token - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 
toString() - Method in class software.amazon.awssdk.regions.Region
 
type - Variable in class software.amazon.awssdk.regions.internal.util.EC2MetadataUtils.IamSecurityCredential
 

U

US_EAST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
US_EAST_2 - Static variable in class software.amazon.awssdk.regions.Region
 
US_GOV_WEST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
US_WEST_1 - Static variable in class software.amazon.awssdk.regions.Region
 
US_WEST_2 - Static variable in class software.amazon.awssdk.regions.Region
 

W

withException(Exception) - Method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters.Builder
 
withStatusCode(Integer) - Method in class software.amazon.awssdk.regions.internal.util.ResourcesEndpointRetryParameters.Builder
 
A B C D E G H I L M N O P R S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.