Uses of Interface
com.amazonaws.auth.AWSSessionCredentialsProvider
-
Packages that use AWSSessionCredentialsProvider Package Description com.amazonaws.auth -
-
Uses of AWSSessionCredentialsProvider in com.amazonaws.auth
Classes in com.amazonaws.auth that implement AWSSessionCredentialsProvider Modifier and Type Class Description class
STSAssumeRoleSessionCredentialsProvider
AWSCredentialsProvider implementation that uses the AWS Security Token Service to assume a Role and create temporary, short-lived sessions to use for authentication.class
STSSessionCredentialsProvider
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.class
WebIdentityFederationSessionCredentialsProvider
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.
-