| Package | Description |
|---|---|
| com.amazonaws.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPodIdentityAssociationsResult> |
AbstractAmazonEKSAsync.listPodIdentityAssociationsAsync(ListPodIdentityAssociationsRequest request,
AsyncHandler<ListPodIdentityAssociationsRequest,ListPodIdentityAssociationsResult> asyncHandler) |
Future<ListPodIdentityAssociationsResult> |
AmazonEKSAsync.listPodIdentityAssociationsAsync(ListPodIdentityAssociationsRequest listPodIdentityAssociationsRequest,
AsyncHandler<ListPodIdentityAssociationsRequest,ListPodIdentityAssociationsResult> asyncHandler)
List the EKS Pod Identity associations in a cluster.
|
Future<ListPodIdentityAssociationsResult> |
AmazonEKSAsyncClient.listPodIdentityAssociationsAsync(ListPodIdentityAssociationsRequest request,
AsyncHandler<ListPodIdentityAssociationsRequest,ListPodIdentityAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.clone() |
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.withClusterName(String clusterName)
The name of the cluster that the associations are in.
|
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of EKS Pod Identity association results returned by
ListPodIdentityAssociations
in paginated output. |
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.withNamespace(String namespace)
The name of the Kubernetes namespace inside the cluster that the associations are in.
|
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListUpdates request where
maxResults was used and the results exceeded the value of that parameter. |
ListPodIdentityAssociationsRequest |
ListPodIdentityAssociationsRequest.withServiceAccount(String serviceAccount)
The name of the Kubernetes service account that the associations use.
|
Copyright © 2023. All rights reserved.