Uses of Interface
software.amazon.awssdk.regions.providers.AwsRegionProvider
-
Packages that use AwsRegionProvider Package Description software.amazon.awssdk.regions.providers -
-
Uses of AwsRegionProvider in software.amazon.awssdk.regions.providers
Classes in software.amazon.awssdk.regions.providers that implement AwsRegionProvider Modifier and Type Class Description classAwsProfileRegionProviderLoads region information from theProfileFile.defaultProfileFile()using the default profile name.classAwsRegionProviderChainCompositeAwsRegionProviderthat sequentially delegates to a chain of providers looking for region information.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.classInstanceProfileRegionProviderAttempts to load region information from the EC2 Metadata service.classLazyAwsRegionProviderA wrapper forAwsRegionProviderthat defers creation of the underlying provider until the first time thegetRegion()method is invoked.classSystemSettingsRegionProviderLoads region information from the 'aws.region' system property or the 'AWS_REGION' environment variable.Constructors in software.amazon.awssdk.regions.providers with parameters of type AwsRegionProvider Constructor Description AwsRegionProviderChain(AwsRegionProvider... providers)Constructor parameters in software.amazon.awssdk.regions.providers with type arguments of type AwsRegionProvider Constructor Description LazyAwsRegionProvider(Supplier<AwsRegionProvider> delegateConstructor)
-