| Package | Description |
|---|---|
| com.amazonaws.services.eksauth.model |
| Modifier and Type | Method and Description |
|---|---|
Subject |
Subject.clone() |
Subject |
AssumeRoleForPodIdentityResult.getSubject()
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
Subject |
Subject.withNamespace(String namespace)
The name of the Kubernetes namespace inside the cluster to create the association in.
|
Subject |
Subject.withServiceAccount(String serviceAccount)
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeRoleForPodIdentityResult.setSubject(Subject subject)
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
AssumeRoleForPodIdentityResult |
AssumeRoleForPodIdentityResult.withSubject(Subject subject)
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
Copyright © 2025. All rights reserved.