| Package | Description |
|---|---|
| software.amazon.awssdk.auth.credentials |
| Modifier and Type | Method and Description |
|---|---|
AwsSessionCredentials.Builder |
AwsSessionCredentials.Builder.accessKeyId(String accessKeyId)
The AWS access key, used to identify the user interacting with services.
|
static AwsSessionCredentials.Builder |
AwsSessionCredentials.builder()
Returns a builder for this object.
|
AwsSessionCredentials.Builder |
AwsSessionCredentials.Builder.expirationTime(Instant expirationTime)
The time after which this identity will no longer be valid.
|
AwsSessionCredentials.Builder |
AwsSessionCredentials.Builder.secretAccessKey(String secretAccessKey)
The AWS secret access key, used to authenticate the user interacting with services.
|
AwsSessionCredentials.Builder |
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.
|
Copyright © 2023. All rights reserved.