| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.clone() |
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) of the association.
|
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.withAssociationId(String associationId)
The ID of the association.
|
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.withClusterName(String clusterName)
The name of the cluster that the association is in.
|
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.withNamespace(String namespace)
The name of the Kubernetes namespace inside the cluster to create the association in.
|
PodIdentityAssociationSummary |
PodIdentityAssociationSummary.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 |
|---|---|
List<PodIdentityAssociationSummary> |
ListPodIdentityAssociationsResult.getAssociations()
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
| Modifier and Type | Method and Description |
|---|---|
ListPodIdentityAssociationsResult |
ListPodIdentityAssociationsResult.withAssociations(PodIdentityAssociationSummary... associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPodIdentityAssociationsResult.setAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
ListPodIdentityAssociationsResult |
ListPodIdentityAssociationsResult.withAssociations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you
provided.
|
Copyright © 2023. All rights reserved.