| 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 |
|---|---|
DescribeFargateProfileResult |
AbstractAmazonEKS.describeFargateProfile(DescribeFargateProfileRequest request) |
DescribeFargateProfileResult |
AmazonEKS.describeFargateProfile(DescribeFargateProfileRequest describeFargateProfileRequest)
Returns descriptive information about an AWS Fargate profile.
|
DescribeFargateProfileResult |
AmazonEKSClient.describeFargateProfile(DescribeFargateProfileRequest request)
Returns descriptive information about an AWS Fargate profile.
|
| 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 |
|---|---|
DescribeFargateProfileResult |
DescribeFargateProfileResult.clone() |
DescribeFargateProfileResult |
DescribeFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
Copyright © 2021. All rights reserved.