| 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 |
| Modifier and Type | Method and Description |
|---|---|
ListNodegroupsResult |
AmazonEKSClient.listNodegroups(ListNodegroupsRequest request)
Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services
account in the specified Region.
|
ListNodegroupsResult |
AbstractAmazonEKS.listNodegroups(ListNodegroupsRequest request) |
ListNodegroupsResult |
AmazonEKS.listNodegroups(ListNodegroupsRequest listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services
account in the specified Region.
|
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request) |
Future<ListNodegroupsResult> |
AmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services
account in the specified Region.
|
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.listNodegroupsAsync(ListNodegroupsRequest request) |
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
Future<ListNodegroupsResult> |
AmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest listNodegroupsRequest,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler)
Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services
account in the specified Region.
|
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
Future<ListNodegroupsResult> |
AmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest listNodegroupsRequest,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler)
Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services
account in the specified Region.
|
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNodegroupsRequest |
ListNodegroupsRequest.clone() |
ListNodegroupsRequest |
ListNodegroupsRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list node groups in.
|
ListNodegroupsRequest |
ListNodegroupsRequest.withMaxResults(Integer maxResults)
The maximum number of node group results returned by
ListNodegroups in paginated output. |
ListNodegroupsRequest |
ListNodegroupsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. |
Copyright © 2023. All rights reserved.