Uses of Class
software.amazon.awssdk.auth.credentials.AwsSessionCredentials.Builder
Packages that use AwsSessionCredentials.Builder
-
Uses of AwsSessionCredentials.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return AwsSessionCredentials.BuilderModifier and TypeMethodDescriptionAwsSessionCredentials.Builder.accessKeyId(String accessKeyId) The AWS access key, used to identify the user interacting with services.The AWS accountIdAwsSessionCredentials.builder()Returns a builder for this object.AwsSessionCredentials.Builder.expirationTime(Instant expirationTime) The time after which this identity will no longer be valid.AwsSessionCredentials.Builder.providerName(String providerName) The name of the identity provider that created this credential identity.AwsSessionCredentials.Builder.secretAccessKey(String secretAccessKey) The AWS secret access key, used to authenticate the user interacting with services.AwsSessionCredentials.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.AwsSessionCredentials.toBuilder()Method parameters in software.amazon.awssdk.auth.credentials with type arguments of type AwsSessionCredentials.BuilderModifier and TypeMethodDescriptionAwsSessionCredentials.copy(Consumer<? super AwsSessionCredentials.Builder> modifier)