Uses of Class
software.amazon.awssdk.services.eks.model.DeregisterClusterResponse
-
Packages that use DeregisterClusterResponse 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. -
-
Uses of DeregisterClusterResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return DeregisterClusterResponse Modifier and Type Method Description default DeregisterClusterResponseEksClient. deregisterCluster(Consumer<DeregisterClusterRequest.Builder> deregisterClusterRequest)Deregisters a connected cluster to remove it from the Amazon EKS control plane.default DeregisterClusterResponseEksClient. deregisterCluster(DeregisterClusterRequest deregisterClusterRequest)Deregisters a connected cluster to remove it from the Amazon EKS control plane.Methods in software.amazon.awssdk.services.eks that return types with arguments of type DeregisterClusterResponse Modifier and Type Method Description default CompletableFuture<DeregisterClusterResponse>EksAsyncClient. deregisterCluster(Consumer<DeregisterClusterRequest.Builder> deregisterClusterRequest)Deregisters a connected cluster to remove it from the Amazon EKS control plane.default CompletableFuture<DeregisterClusterResponse>EksAsyncClient. deregisterCluster(DeregisterClusterRequest deregisterClusterRequest)Deregisters a connected cluster to remove it from the Amazon EKS control plane.
-