Uses of Class
software.amazon.awssdk.regions.providers.AwsRegionProviderChain
-
Packages that use AwsRegionProviderChain Package Description software.amazon.awssdk.regions.providers -
-
Uses of AwsRegionProviderChain in software.amazon.awssdk.regions.providers
Subclasses of AwsRegionProviderChain in software.amazon.awssdk.regions.providers Modifier and Type Class Description classDefaultAwsRegionProviderChainAWS 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.
-