| 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 |
|---|---|
ListNodegroupsResult |
AmazonEKSClient.listNodegroups(ListNodegroupsRequest request)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS 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 AWS account in the
specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.listNodegroupsAsync(ListNodegroupsRequest request) |
Future<ListNodegroupsResult> |
AmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request) |
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.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 AWS account in the
specified Region.
|
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListNodegroupsResult> |
AmazonEKSAsyncClient.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 AWS account in the
specified Region.
|
Future<ListNodegroupsResult> |
AbstractAmazonEKSAsync.listNodegroupsAsync(ListNodegroupsRequest request,
AsyncHandler<ListNodegroupsRequest,ListNodegroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNodegroupsResult |
ListNodegroupsResult.clone() |
ListNodegroupsResult |
ListNodegroupsResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListNodegroups request. |
ListNodegroupsResult |
ListNodegroupsResult.withNodegroups(Collection<String> nodegroups)
A list of all of the node groups associated with the specified cluster.
|
ListNodegroupsResult |
ListNodegroupsResult.withNodegroups(String... nodegroups)
A list of all of the node groups associated with the specified cluster.
|
Copyright © 2020. All rights reserved.