Package | Description |
---|---|
com.amazonaws.auth.profile |
AWS configuration profiles allow you to share multiple sets of AWS
security credentials between different tools such as the AWS SDK for Java
and the AWS CLI.
|
Class and Description |
---|
ProfileResourceLoader
Loads profile related resource files and exposes static factory methods of the known resource
files for convenient access in tests.
|
ProfilesConfigFile
Loads the local AWS credential profiles from the standard location (~/.aws/credentials), which
can be easily overridden through the
AWS_CREDENTIAL_PROFILES_FILE environment
variable or by specifying an alternate credentials file location through this class' constructor. |
Copyright © 2019. All rights reserved.