Uses of Interface
com.amazonaws.auth.profile.internal.securitytoken.ProfileCredentialsService
-
Packages that use ProfileCredentialsService 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.securitytoken -
-
Uses of ProfileCredentialsService in com.amazonaws.auth.profile
Constructors in com.amazonaws.auth.profile with parameters of type ProfileCredentialsService Constructor Description ProfilesConfigFile(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 ProfileCredentialsService Modifier and Type Class Description class
STSProfileCredentialsServiceLoader
Loadscom.amazonaws.services.securitytoken.internal.STSProfileCredentialsService
from the STS SDK module, if the module is on the current classpath.
-