| 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 |
|---|---|
DeleteFargateProfileResult |
AmazonEKSClient.deleteFargateProfile(DeleteFargateProfileRequest request)
Deletes an Fargate profile.
|
DeleteFargateProfileResult |
AbstractAmazonEKS.deleteFargateProfile(DeleteFargateProfileRequest request) |
DeleteFargateProfileResult |
AmazonEKS.deleteFargateProfile(DeleteFargateProfileRequest deleteFargateProfileRequest)
Deletes an Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteFargateProfileResult> |
AmazonEKSAsyncClient.deleteFargateProfileAsync(DeleteFargateProfileRequest request,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler) |
Future<DeleteFargateProfileResult> |
AbstractAmazonEKSAsync.deleteFargateProfileAsync(DeleteFargateProfileRequest request,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler) |
Future<DeleteFargateProfileResult> |
AmazonEKSAsync.deleteFargateProfileAsync(DeleteFargateProfileRequest deleteFargateProfileRequest,
AsyncHandler<DeleteFargateProfileRequest,DeleteFargateProfileResult> asyncHandler)
Deletes an Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFargateProfileResult |
DeleteFargateProfileResult.clone() |
DeleteFargateProfileResult |
DeleteFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
Copyright © 2023. All rights reserved.