| Package | Description |
|---|---|
| software.amazon.awssdk.regions.providers |
| Class and Description |
|---|
| AwsRegionProvider
Interface for providing AWS region information.
|
| AwsRegionProviderChain
Composite
AwsRegionProvider that sequentially delegates to a chain of providers looking
for region information. |
| DefaultAwsRegionProviderChain
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.Builder |
Copyright © 2022. All rights reserved.