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.
|
Modifier and Type | Field and Description |
---|---|
private ProfilesConfigFile |
ProfileCredentialsProvider.profilesConfigFile
The credential profiles file from which this provider loads the security
credentials.
|
Constructor and Description |
---|
ProfileCredentialsProvider(ProfilesConfigFile profilesConfigFile,
java.lang.String profileName)
Creates a new profile credentials provider that returns the AWS security
credentials for the specified profiles configuration file and profile
name.
|