Uses of Class
software.amazon.awssdk.services.eks.model.DeleteFargateProfileResponse
-
Packages that use DeleteFargateProfileResponse 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 DeleteFargateProfileResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return DeleteFargateProfileResponse Modifier and Type Method Description default DeleteFargateProfileResponseEksClient. deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)Deletes an Fargate profile.default DeleteFargateProfileResponseEksClient. deleteFargateProfile(DeleteFargateProfileRequest deleteFargateProfileRequest)Deletes an Fargate profile.Methods in software.amazon.awssdk.services.eks that return types with arguments of type DeleteFargateProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteFargateProfileResponse>EksAsyncClient. deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)Deletes an Fargate profile.default CompletableFuture<DeleteFargateProfileResponse>EksAsyncClient. deleteFargateProfile(DeleteFargateProfileRequest deleteFargateProfileRequest)Deletes an Fargate profile.
-