| 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 |
|---|---|
ListPodIdentityAssociationsResult |
AmazonEKSClient.listPodIdentityAssociations(ListPodIdentityAssociationsRequest request)
List the EKS Pod Identity associations in a cluster.
|
ListPodIdentityAssociationsResult |
AbstractAmazonEKS.listPodIdentityAssociations(ListPodIdentityAssociationsRequest request) |
ListPodIdentityAssociationsResult |
AmazonEKS.listPodIdentityAssociations(ListPodIdentityAssociationsRequest listPodIdentityAssociationsRequest)
List the EKS Pod Identity associations in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPodIdentityAssociationsResult> |
AmazonEKSAsyncClient.listPodIdentityAssociationsAsync(ListPodIdentityAssociationsRequest request,
AsyncHandler<ListPodIdentityAssociationsRequest,ListPodIdentityAssociationsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListPodIdentityAssociationsResult |
ListPodIdentityAssociationsResult.clone() |
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.
|
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.
|
ListPodIdentityAssociationsResult |
ListPodIdentityAssociationsResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListPodIdentityAssociations request. |
Copyright © 2024. All rights reserved.