| Package | Description |
|---|---|
| com.amazonaws.services.eksauth.model |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Credentials.clone() |
Credentials |
AssumeRoleForPodIdentityResult.getCredentials()
The Amazon Web Services Signature Version 4 type of temporary credentials.
|
Credentials |
Credentials.withAccessKeyId(String accessKeyId)
The access key ID that identifies the temporary security credentials.
|
Credentials |
Credentials.withExpiration(Date expiration)
The Unix epoch timestamp in seconds when the current credentials expire.
|
Credentials |
Credentials.withSecretAccessKey(String secretAccessKey)
The secret access key that applications inside the pods use to sign requests.
|
Credentials |
Credentials.withSessionToken(String sessionToken)
The token that applications inside the pods must pass to any service API to use the temporary credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeRoleForPodIdentityResult.setCredentials(Credentials credentials)
The Amazon Web Services Signature Version 4 type of temporary credentials.
|
AssumeRoleForPodIdentityResult |
AssumeRoleForPodIdentityResult.withCredentials(Credentials credentials)
The Amazon Web Services Signature Version 4 type of temporary credentials.
|
Copyright © 2025. All rights reserved.