Uses of Class
com.amazonaws.auth.profile.ProfilesConfigFile
Packages that use ProfilesConfigFile
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.
-
Uses of ProfilesConfigFile in com.amazonaws.auth.profile
Constructors in com.amazonaws.auth.profile with parameters of type ProfilesConfigFileModifierConstructorDescriptionProfileCredentialsProvider
(ProfilesConfigFile profilesConfigFile, String profileName) Creates a new profile credentials provider that returns the AWS security credentials for the specified profiles configuration file and profile name.