Uses of Interface
software.amazon.awssdk.identity.spi.AwsSessionCredentialsIdentity.Builder
Packages that use AwsSessionCredentialsIdentity.Builder
Package
Description
-
Uses of AwsSessionCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi
Methods in software.amazon.awssdk.identity.spi that return AwsSessionCredentialsIdentity.BuilderModifier and TypeMethodDescriptionAwsSessionCredentialsIdentity.Builder.accessKeyId(String accessKeyId) AwsSessionCredentialsIdentity.builder()AwsSessionCredentialsIdentity.Builder.providerName(String providerName) AwsSessionCredentialsIdentity.Builder.secretAccessKey(String secretAccessKey) AwsSessionCredentialsIdentity.Builder.sessionToken(String sessionToken) The AWS session token, retrieved from an AWS token service, used for authenticating that this user has received temporary permission to access some resource. -
Uses of AwsSessionCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi.internal
Methods in software.amazon.awssdk.identity.spi.internal that return AwsSessionCredentialsIdentity.Builder