Uses of Class
software.amazon.awssdk.auth.token.credentials.ProfileTokenProvider
-
Packages that use ProfileTokenProvider Package Description software.amazon.awssdk.auth.token.credentials -
-
Uses of ProfileTokenProvider in software.amazon.awssdk.auth.token.credentials
Methods in software.amazon.awssdk.auth.token.credentials that return ProfileTokenProvider Modifier and Type Method Description ProfileTokenProviderProfileTokenProvider.Builder. build()Create aProfileTokenProviderusing the configuration applied to this builder.static ProfileTokenProviderProfileTokenProvider. create()Create aProfileTokenProviderusing theProfileFile.defaultProfileFile()and default profile name.static ProfileTokenProviderProfileTokenProvider. create(String profileName)Create aProfileTokenProviderusing the given profile name andProfileFile.defaultProfileFile().
-