Uses of Interface
com.amazonaws.auth.profile.internal.securitytoken.ProfileCredentialsService
Packages that use ProfileCredentialsService
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 ProfileCredentialsService in com.amazonaws.auth.profile
Constructors in com.amazonaws.auth.profile with parameters of type ProfileCredentialsServiceModifierConstructorDescriptionProfilesConfigFile
(File file, ProfileCredentialsService credentialsService) Loads the AWS credential profiles from the file.ProfilesConfigFile
(String filePath, ProfileCredentialsService credentialsService) Loads the AWS credential profiles from the file. -
Uses of ProfileCredentialsService in com.amazonaws.auth.profile.internal.securitytoken
Classes in com.amazonaws.auth.profile.internal.securitytoken that implement ProfileCredentialsServiceModifier and TypeClassDescriptionclass
Loadscom.amazonaws.services.securitytoken.internal.STSProfileCredentialsService
from the STS SDK module, if the module is on the current classpath.