Uses of Interface
software.amazon.awssdk.services.eks.model.ListNodegroupsRequest.Builder
-
Packages that use ListNodegroupsRequest.Builder 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 Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.software.amazon.awssdk.services.eks.model -
-
Uses of ListNodegroupsRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type ListNodegroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNodegroupsResponse>EksAsyncClient. listNodegroups(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListNodegroupsResponseEksClient. listNodegroups(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListNodegroupsPublisherEksAsyncClient. listNodegroupsPaginator(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.default ListNodegroupsIterableEksClient. listNodegroupsPaginator(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. -
Uses of ListNodegroupsRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ListNodegroupsRequest.Builder Modifier and Type Method Description static ListNodegroupsRequest.BuilderListNodegroupsRequest. builder()ListNodegroupsRequest.BuilderListNodegroupsRequest.Builder. clusterName(String clusterName)The name of your cluster.ListNodegroupsRequest.BuilderListNodegroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results, returned in paginated output.ListNodegroupsRequest.BuilderListNodegroupsRequest.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter.ListNodegroupsRequest.BuilderListNodegroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNodegroupsRequest.BuilderListNodegroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNodegroupsRequest.BuilderListNodegroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ListNodegroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListNodegroupsRequest.Builder>ListNodegroupsRequest. serializableBuilderClass()
-