Uses of Class
software.amazon.awssdk.services.eks.model.CreateNodegroupResponse
-
Packages that use CreateNodegroupResponse 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 stand up or maintain your own Kubernetes control plane. -
-
Uses of CreateNodegroupResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return CreateNodegroupResponse Modifier and Type Method Description default CreateNodegroupResponseEksClient. createNodegroup(Consumer<CreateNodegroupRequest.Builder> createNodegroupRequest)Creates a managed node group for an Amazon EKS cluster.default CreateNodegroupResponseEksClient. createNodegroup(CreateNodegroupRequest createNodegroupRequest)Creates a managed node group for an Amazon EKS cluster.Methods in software.amazon.awssdk.services.eks that return types with arguments of type CreateNodegroupResponse Modifier and Type Method Description default CompletableFuture<CreateNodegroupResponse>EksAsyncClient. createNodegroup(Consumer<CreateNodegroupRequest.Builder> createNodegroupRequest)Creates a managed node group for an Amazon EKS cluster.default CompletableFuture<CreateNodegroupResponse>EksAsyncClient. createNodegroup(CreateNodegroupRequest createNodegroupRequest)Creates a managed node group for an Amazon EKS cluster.
-