Uses of Interface
software.amazon.awssdk.services.eks.model.DeleteFargateProfileRequest.Builder
-
Packages that use DeleteFargateProfileRequest.Builder 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.software.amazon.awssdk.services.eks.model -
-
Uses of DeleteFargateProfileRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type DeleteFargateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteFargateProfileResponse>EksAsyncClient. deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)Deletes an Fargate profile.default DeleteFargateProfileResponseEksClient. deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)Deletes an Fargate profile. -
Uses of DeleteFargateProfileRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return DeleteFargateProfileRequest.Builder Modifier and Type Method Description static DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest. builder()DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest.Builder. clusterName(String clusterName)The name of the Amazon EKS cluster associated with the Fargate profile to delete.DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest.Builder. fargateProfileName(String fargateProfileName)The name of the Fargate profile to delete.DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteFargateProfileRequest.BuilderDeleteFargateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type DeleteFargateProfileRequest.Builder Modifier and Type Method Description static Class<? extends DeleteFargateProfileRequest.Builder>DeleteFargateProfileRequest. serializableBuilderClass()
-