Uses of Class
software.amazon.awssdk.services.eks.model.CreateClusterResponse
-
Packages that use CreateClusterResponse 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 CreateClusterResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return CreateClusterResponse Modifier and Type Method Description default CreateClusterResponseEksClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates an Amazon EKS control plane.default CreateClusterResponseEksClient. createCluster(CreateClusterRequest createClusterRequest)Creates an Amazon EKS control plane.Methods in software.amazon.awssdk.services.eks that return types with arguments of type CreateClusterResponse Modifier and Type Method Description default CompletableFuture<CreateClusterResponse>EksAsyncClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates an Amazon EKS control plane.default CompletableFuture<CreateClusterResponse>EksAsyncClient. createCluster(CreateClusterRequest createClusterRequest)Creates an Amazon EKS control plane.
-