Uses of Package
com.amazonaws.auth.profile
Packages that use com.amazonaws.auth.profile
Package
Description
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.
-
Classes in com.amazonaws.auth.profile used by com.amazonaws.auth.profileClassDescriptionLoads 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.