| 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<DescribeNodegroupResult> |
AbstractAmazonEKSAsync.describeNodegroupAsync(DescribeNodegroupRequest request,
AsyncHandler<DescribeNodegroupRequest,DescribeNodegroupResult> asyncHandler) |
Future<DescribeNodegroupResult> |
AmazonEKSAsyncClient.describeNodegroupAsync(DescribeNodegroupRequest request,
AsyncHandler<DescribeNodegroupRequest,DescribeNodegroupResult> asyncHandler) |
Future<DescribeNodegroupResult> |
AmazonEKSAsync.describeNodegroupAsync(DescribeNodegroupRequest describeNodegroupRequest,
AsyncHandler<DescribeNodegroupRequest,DescribeNodegroupResult> asyncHandler)
Returns descriptive information about an Amazon EKS node group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNodegroupRequest |
DescribeNodegroupRequest.clone() |
DescribeNodegroupRequest |
DescribeNodegroupRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the node group.
|
DescribeNodegroupRequest |
DescribeNodegroupRequest.withNodegroupName(String nodegroupName)
The name of the node group to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeNodegroupRequest> |
AmazonEKSWaiters.nodegroupActive()
Builds a NodegroupActive 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<DescribeNodegroupRequest> |
AmazonEKSWaiters.nodegroupDeleted()
Builds a NodegroupDeleted 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 |
|---|---|
DescribeNodegroupResult |
DescribeNodegroupFunction.apply(DescribeNodegroupRequest describeNodegroupRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.