| 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
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFargateProfileResult> |
AbstractAmazonEKSAsync.describeFargateProfileAsync(DescribeFargateProfileRequest request,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler) |
Future<DescribeFargateProfileResult> |
AmazonEKSAsync.describeFargateProfileAsync(DescribeFargateProfileRequest describeFargateProfileRequest,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler)
Returns descriptive information about an AWS Fargate profile.
|
Future<DescribeFargateProfileResult> |
AmazonEKSAsyncClient.describeFargateProfileAsync(DescribeFargateProfileRequest request,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.clone() |
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
|
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
|
Copyright © 2021. All rights reserved.