| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteFargateProfileResult> |
AbstractAmazonEKSAsync.deleteFargateProfileAsync(DeleteFargateProfileRequest request,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler) |
Future<DeleteFargateProfileResult> |
AmazonEKSAsync.deleteFargateProfileAsync(DeleteFargateProfileRequest deleteFargateProfileRequest,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler)
Deletes an Fargate profile.
|
Future<DeleteFargateProfileResult> |
AmazonEKSAsyncClient.deleteFargateProfileAsync(DeleteFargateProfileRequest request,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteFargateProfileRequest |
DeleteFargateProfileRequest.clone() |
DeleteFargateProfileRequest |
DeleteFargateProfileRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
DeleteFargateProfileRequest |
DeleteFargateProfileRequest.withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
|
Copyright © 2021. All rights reserved.