| Package | Description |
|---|---|
| com.amazonaws.services.eksauth.model |
| Modifier and Type | Method and Description |
|---|---|
AssumedRoleUser |
AssumedRoleUser.clone() |
AssumedRoleUser |
AssumeRoleForPodIdentityResult.getAssumedRoleUser()
An object with the permanent IAM role identity and the temporary session name.
|
AssumedRoleUser |
AssumedRoleUser.withArn(String arn)
The ARN of the IAM role that the temporary credentials authenticate to.
|
AssumedRoleUser |
AssumedRoleUser.withAssumeRoleId(String assumeRoleId)
The session name of the temporary session requested to STS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeRoleForPodIdentityResult.setAssumedRoleUser(AssumedRoleUser assumedRoleUser)
An object with the permanent IAM role identity and the temporary session name.
|
AssumeRoleForPodIdentityResult |
AssumeRoleForPodIdentityResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
An object with the permanent IAM role identity and the temporary session name.
|
Copyright © 2023. All rights reserved.