| 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<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.
|
Future<UpdatePodIdentityAssociationResult> |
AmazonEKSAsyncClient.updatePodIdentityAssociationAsync(UpdatePodIdentityAssociationRequest request,
AsyncHandler<UpdatePodIdentityAssociationRequest,UpdatePodIdentityAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePodIdentityAssociationRequest |
UpdatePodIdentityAssociationRequest.clone() |
UpdatePodIdentityAssociationRequest |
UpdatePodIdentityAssociationRequest.withAssociationId(String associationId)
The ID of the association to be updated.
|
UpdatePodIdentityAssociationRequest |
UpdatePodIdentityAssociationRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdatePodIdentityAssociationRequest |
UpdatePodIdentityAssociationRequest.withClusterName(String clusterName)
The name of the cluster that you want to update the association in.
|
UpdatePodIdentityAssociationRequest |
UpdatePodIdentityAssociationRequest.withRoleArn(String roleArn)
The new IAM role to change the
|
Copyright © 2023. All rights reserved.