| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
Credentials.Builder |
Credentials.Builder.accessKeyId(String accessKeyId)
The Access Key portion of the credentials.
|
static Credentials.Builder |
Credentials.builder() |
Credentials.Builder |
Credentials.Builder.expiration(Instant expiration)
The date at which these credentials will expire.
|
Credentials.Builder |
Credentials.Builder.secretKey(String secretKey)
The Secret Access Key portion of the credentials
|
Credentials.Builder |
Credentials.Builder.sessionToken(String sessionToken)
The Session Token portion of the credentials
|
Credentials.Builder |
Credentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Credentials.Builder> |
Credentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCredentialsForIdentityResponse.Builder |
GetCredentialsForIdentityResponse.Builder.credentials(Consumer<Credentials.Builder> credentials)
Credentials for the provided identity ID.
|
Copyright © 2023. All rights reserved.