Uses of Package
com.amazonaws.auth.profile
-
Packages that use com.amazonaws.auth.profile 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. -
Classes in com.amazonaws.auth.profile used by com.amazonaws.auth.profile Class Description ProfilesConfigFile Loads the local AWS credential profiles from the standard location (~/.aws/credentials), which can be easily overridden through theAWS_CREDENTIAL_PROFILES_FILE
environment variable or by specifying an alternate credentials file location through this class' constructor.