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.
|
com.amazonaws.auth.profile.internal |
Modifier and Type | Class and Description |
---|---|
private static class |
ProfilesConfigFileWriter.ProfilesConfigFileWriterHelper
Implementation of AbstractProfilesConfigFileScanner, which reads the
content from an existing credentials file (if any) and then modifies some
of the profile properties in place.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ProfilesConfigFileLoader.ProfilesConfigFileLoaderHelper
Implementation of AbstractProfilesConfigFileScanner that groups profile
properties into a map while scanning through the credentials profile.
|