Uses of Interface
software.amazon.awssdk.identity.spi.AwsSessionCredentialsIdentity
-
Packages that use AwsSessionCredentialsIdentity Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
-
Uses of AwsSessionCredentialsIdentity in software.amazon.awssdk.identity.spi
Methods in software.amazon.awssdk.identity.spi that return AwsSessionCredentialsIdentity Modifier and Type Method Description AwsSessionCredentialsIdentityAwsSessionCredentialsIdentity.Builder. build()static AwsSessionCredentialsIdentityAwsSessionCredentialsIdentity. create(String accessKeyId, String secretAccessKey, String sessionToken)Constructs a new session credentials object, with the specified AWS access key, AWS secret key and AWS session token. -
Uses of AwsSessionCredentialsIdentity in software.amazon.awssdk.identity.spi.internal
Classes in software.amazon.awssdk.identity.spi.internal that implement AwsSessionCredentialsIdentity Modifier and Type Class Description classDefaultAwsSessionCredentialsIdentity
-