| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteFargateProfileResponse> |
EksAsyncClient.deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)
Deletes an Fargate profile.
|
default DeleteFargateProfileResponse |
EksClient.deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)
Deletes an Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.builder() |
DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.Builder.clusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.Builder.fargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
|
DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteFargateProfileRequest.Builder |
DeleteFargateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteFargateProfileRequest.Builder> |
DeleteFargateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.