| 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 setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model | |
| com.amazonaws.services.eks.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFargateProfileResult> |
AbstractAmazonEKSAsync.describeFargateProfileAsync(DescribeFargateProfileRequest request,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler) |
Future<DescribeFargateProfileResult> |
AmazonEKSAsyncClient.describeFargateProfileAsync(DescribeFargateProfileRequest request,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler) |
Future<DescribeFargateProfileResult> |
AmazonEKSAsync.describeFargateProfileAsync(DescribeFargateProfileRequest describeFargateProfileRequest,
AsyncHandler<DescribeFargateProfileRequest,DescribeFargateProfileResult> asyncHandler)
Describes an Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.clone() |
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.withClusterName(String clusterName)
The name of your cluster.
|
DescribeFargateProfileRequest |
DescribeFargateProfileRequest.withFargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeFargateProfileRequest> |
AmazonEKSWaiters.fargateProfileActive()
Builds a FargateProfileActive waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeFargateProfileRequest> |
AmazonEKSWaiters.fargateProfileDeleted()
Builds a FargateProfileDeleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFargateProfileResult |
DescribeFargateProfileFunction.apply(DescribeFargateProfileRequest describeFargateProfileRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.