| 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 |
|---|---|
UpdatePodIdentityAssociationResult |
AmazonEKSClient.updatePodIdentityAssociation(UpdatePodIdentityAssociationRequest request)
Updates a EKS Pod Identity association.
|
UpdatePodIdentityAssociationResult |
AbstractAmazonEKS.updatePodIdentityAssociation(UpdatePodIdentityAssociationRequest request) |
UpdatePodIdentityAssociationResult |
AmazonEKS.updatePodIdentityAssociation(UpdatePodIdentityAssociationRequest updatePodIdentityAssociationRequest)
Updates a EKS Pod Identity association.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePodIdentityAssociationResult> |
AmazonEKSAsyncClient.updatePodIdentityAssociationAsync(UpdatePodIdentityAssociationRequest request,
AsyncHandler<UpdatePodIdentityAssociationRequest,UpdatePodIdentityAssociationResult> asyncHandler) |
Future<UpdatePodIdentityAssociationResult> |
AbstractAmazonEKSAsync.updatePodIdentityAssociationAsync(UpdatePodIdentityAssociationRequest request,
AsyncHandler<UpdatePodIdentityAssociationRequest,UpdatePodIdentityAssociationResult> asyncHandler) |
Future<UpdatePodIdentityAssociationResult> |
AmazonEKSAsync.updatePodIdentityAssociationAsync(UpdatePodIdentityAssociationRequest updatePodIdentityAssociationRequest,
AsyncHandler<UpdatePodIdentityAssociationRequest,UpdatePodIdentityAssociationResult> asyncHandler)
Updates a EKS Pod Identity association.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePodIdentityAssociationResult |
UpdatePodIdentityAssociationResult.clone() |
UpdatePodIdentityAssociationResult |
UpdatePodIdentityAssociationResult.withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was updated.
|
Copyright © 2024. All rights reserved.