| Package | Description |
|---|---|
| software.amazon.awssdk.identity.spi | |
| software.amazon.awssdk.identity.spi.internal |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AwsSessionCredentialsIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsCredentialsIdentity.Builder |
AwsCredentialsIdentity.Builder.accessKeyId(String accessKeyId)
The AWS access key, used to identify the user interacting with services.
|
static AwsCredentialsIdentity.Builder |
AwsCredentialsIdentity.builder() |
AwsCredentialsIdentity.Builder |
AwsCredentialsIdentity.Builder.secretAccessKey(String secretAccessKey)
The AWS secret access key, used to authenticate the user interacting with services.
|
| Modifier and Type | Method and Description |
|---|---|
static AwsCredentialsIdentity.Builder |
DefaultAwsCredentialsIdentity.builder() |
Copyright © 2023. All rights reserved.