Uses of Interface
software.amazon.awssdk.identity.spi.AwsSessionCredentialsIdentity.Builder
-
Packages that use AwsSessionCredentialsIdentity.Builder Package Description software.amazon.awssdk.identity.spi software.amazon.awssdk.identity.spi.internal -
-
Uses of AwsSessionCredentialsIdentity.Builder in software.amazon.awssdk.identity.spi
Methods in software.amazon.awssdk.identity.spi that return AwsSessionCredentialsIdentity.Builder Modifier and Type Method Description AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity.Builder. accessKeyId(String accessKeyId)AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity.Builder. accountId(String accountId)static AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity. builder()AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity.Builder. providerName(String providerName)AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity.Builder. secretAccessKey(String secretAccessKey)AwsSessionCredentialsIdentity.BuilderAwsSessionCredentialsIdentity.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 Modifier and Type Method Description static AwsSessionCredentialsIdentity.BuilderDefaultAwsSessionCredentialsIdentity. builder()
-