| 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
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAddonResult> |
AbstractAmazonEKSAsync.updateAddonAsync(UpdateAddonRequest request,
AsyncHandler<UpdateAddonRequest,UpdateAddonResult> asyncHandler) |
Future<UpdateAddonResult> |
AmazonEKSAsync.updateAddonAsync(UpdateAddonRequest updateAddonRequest,
AsyncHandler<UpdateAddonRequest,UpdateAddonResult> asyncHandler)
Updates an Amazon EKS add-on.
|
Future<UpdateAddonResult> |
AmazonEKSAsyncClient.updateAddonAsync(UpdateAddonRequest request,
AsyncHandler<UpdateAddonRequest,UpdateAddonResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAddonRequest |
UpdateAddonRequest.clone() |
UpdateAddonRequest |
UpdateAddonRequest.withAddonName(String addonName)
The name of the add-on.
|
UpdateAddonRequest |
UpdateAddonRequest.withAddonVersion(String addonVersion)
The version of the add-on.
|
UpdateAddonRequest |
UpdateAddonRequest.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateAddonRequest |
UpdateAddonRequest.withClusterName(String clusterName)
The name of the cluster.
|
UpdateAddonRequest |
UpdateAddonRequest.withResolveConflicts(ResolveConflicts resolveConflicts)
How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
|
UpdateAddonRequest |
UpdateAddonRequest.withResolveConflicts(String resolveConflicts)
How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
|
UpdateAddonRequest |
UpdateAddonRequest.withServiceAccountRoleArn(String serviceAccountRoleArn)
The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.
|
Copyright © 2021. All rights reserved.