| 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<DescribeUpdateResult> |
AbstractAmazonEKSAsync.describeUpdateAsync(DescribeUpdateRequest request,
AsyncHandler<DescribeUpdateRequest,DescribeUpdateResult> asyncHandler) |
Future<DescribeUpdateResult> |
AmazonEKSAsync.describeUpdateAsync(DescribeUpdateRequest describeUpdateRequest,
AsyncHandler<DescribeUpdateRequest,DescribeUpdateResult> asyncHandler)
Describes an update to an Amazon EKS resource.
|
Future<DescribeUpdateResult> |
AmazonEKSAsyncClient.describeUpdateAsync(DescribeUpdateRequest request,
AsyncHandler<DescribeUpdateRequest,DescribeUpdateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateRequest |
DescribeUpdateRequest.clone() |
DescribeUpdateRequest |
DescribeUpdateRequest.withAddonName(String addonName)
The name of the add-on.
|
DescribeUpdateRequest |
DescribeUpdateRequest.withName(String name)
The name of the Amazon EKS cluster associated with the update.
|
DescribeUpdateRequest |
DescribeUpdateRequest.withNodegroupName(String nodegroupName)
The name of the Amazon EKS node group associated with the update.
|
DescribeUpdateRequest |
DescribeUpdateRequest.withUpdateId(String updateId)
The ID of the update to describe.
|
Copyright © 2023. All rights reserved.