| 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 stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model | |
| com.amazonaws.services.eks.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAddonResult> |
AbstractAmazonEKSAsync.describeAddonAsync(DescribeAddonRequest request,
AsyncHandler<DescribeAddonRequest,DescribeAddonResult> asyncHandler) |
Future<DescribeAddonResult> |
AmazonEKSAsync.describeAddonAsync(DescribeAddonRequest describeAddonRequest,
AsyncHandler<DescribeAddonRequest,DescribeAddonResult> asyncHandler)
Describes an Amazon EKS add-on.
|
Future<DescribeAddonResult> |
AmazonEKSAsyncClient.describeAddonAsync(DescribeAddonRequest request,
AsyncHandler<DescribeAddonRequest,DescribeAddonResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAddonRequest |
DescribeAddonRequest.clone() |
DescribeAddonRequest |
DescribeAddonRequest.withAddonName(String addonName)
The name of the add-on.
|
DescribeAddonRequest |
DescribeAddonRequest.withClusterName(String clusterName)
The name of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAddonRequest> |
AmazonEKSWaiters.addonActive()
Builds a AddonActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeAddonRequest> |
AmazonEKSWaiters.addonDeleted()
Builds a AddonDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAddonResult |
DescribeAddonFunction.apply(DescribeAddonRequest describeAddonRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.