| Package | Description |
|---|---|
| software.amazon.awssdk.identity.spi | |
| software.amazon.awssdk.identity.spi.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AwsSessionCredentialsIdentity
A special type of
AwsCredentialsIdentity that provides a session token to be used in service authentication. |
| Modifier and Type | Method and Description |
|---|---|
AwsCredentialsIdentity |
AwsCredentialsIdentity.Builder.build() |
static AwsCredentialsIdentity |
AwsCredentialsIdentity.create(String accessKeyId,
String secretAccessKey)
Constructs a new credentials object, with the specified AWS access key and AWS secret key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAwsCredentialsIdentity |
class |
DefaultAwsSessionCredentialsIdentity |
Copyright © 2023. All rights reserved.