public class AwsSecurityCredentials extends Object
| Constructor and Description |
|---|
AwsSecurityCredentials(String accessKeyId,
String secretAccessKey,
String sessionToken)
Constructor for AWSSecurityCredentials.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Gets the AWS access key id.
|
String |
getSecretAccessKey()
Gets the AWS secret access key.
|
String |
getSessionToken()
Gets the AWS session token.
|
public AwsSecurityCredentials(String accessKeyId, String secretAccessKey, @Nullable String sessionToken)
accessKeyId - the AWS access Key Id.secretAccessKey - the AWS secret access key.sessionToken - the AWS session token. Optional.Copyright © 2025 Google. All rights reserved.