| Class | Description |
|---|---|
| AbstractProfilesConfigFileScanner |
An abstract template class for the generic operation that involves scanning
through a profile configuration file.
|
| AllProfiles |
Simple wrapper around a map of profiles.
|
| AwsProfileNameLoader |
Loads profile name from the usual places or uses the default profile name.
|
| BasicProfile |
Represents a CLI style config profile with a name and simple properties.
|
| BasicProfileConfigFileLoader |
Basic profile config loader to load config file from
AwsProfileFileLocationProvider.DEFAULT_CONFIG_LOCATION_PROVIDER. |
| BasicProfileConfigLoader |
Class to load a CLI style config or credentials file.
|
| Profile | Deprecated |
| ProfileAssumeRoleCredentialsProvider |
Serves assume role credentials defined in a
BasicProfile. |
| ProfileKeyConstants |
Keys the Java SDK uses in the CLI credentials and config files.
|
| ProfileProcessCredentialsProvider |
A profile-based wrapper around
ProcessCredentialsProvider, implementing the credential_process profile setting. |
| ProfileStaticCredentialsProvider |
Serves credentials defined in a
BasicProfile. |