| Package | Description |
|---|---|
| software.amazon.awssdk.identity.spi | |
| software.amazon.awssdk.identity.spi.internal |
| Modifier and Type | Method and Description |
|---|---|
AwsSessionCredentialsIdentity |
AwsSessionCredentialsIdentity.Builder.build() |
static AwsSessionCredentialsIdentity |
AwsSessionCredentialsIdentity.create(String accessKeyId,
String secretAccessKey,
String sessionToken)
Constructs a new session credentials object, with the specified AWS access key, AWS secret key and AWS session token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAwsSessionCredentialsIdentity |
Copyright © 2023. All rights reserved.