| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNodegroupsResponse> |
EksAsyncClient.listNodegroups(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsResponse |
EksClient.listNodegroups(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsPublisher |
EksAsyncClient.listNodegroupsPaginator(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsIterable |
EksClient.listNodegroupsPaginator(Consumer<ListNodegroupsRequest.Builder> 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 |
|---|---|
static ListNodegroupsRequest.Builder |
ListNodegroupsRequest.builder() |
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.Builder.clusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list node groups in.
|
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.Builder.maxResults(Integer maxResults)
The maximum number of node group results returned by
ListNodegroups in paginated output. |
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.Builder.nextToken(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. |
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNodegroupsRequest.Builder |
ListNodegroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNodegroupsRequest.Builder> |
ListNodegroupsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.