Uses of Class
software.amazon.awssdk.services.eks.model.UnsupportedAvailabilityZoneException
-
Packages that use UnsupportedAvailabilityZoneException 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 UnsupportedAvailabilityZoneException in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that throw UnsupportedAvailabilityZoneException 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.default CreateFargateProfileResponseEksClient. createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)Creates an Fargate profile for your Amazon EKS cluster.default CreateFargateProfileResponseEksClient. createFargateProfile(CreateFargateProfileRequest createFargateProfileRequest)Creates an Fargate profile for your Amazon EKS cluster.
-