| 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 |
|---|---|
ListFargateProfilesResult |
AbstractAmazonEKS.listFargateProfiles(ListFargateProfilesRequest request) |
ListFargateProfilesResult |
AmazonEKSClient.listFargateProfiles(ListFargateProfilesRequest request)
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the
specified Region.
|
ListFargateProfilesResult |
AmazonEKS.listFargateProfiles(ListFargateProfilesRequest listFargateProfilesRequest)
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the
specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFargateProfilesResult> |
AmazonEKSAsyncClient.listFargateProfilesAsync(ListFargateProfilesRequest request,
AsyncHandler<ListFargateProfilesRequest,ListFargateProfilesResult> asyncHandler) |
Future<ListFargateProfilesResult> |
AbstractAmazonEKSAsync.listFargateProfilesAsync(ListFargateProfilesRequest request,
AsyncHandler<ListFargateProfilesRequest,ListFargateProfilesResult> asyncHandler) |
Future<ListFargateProfilesResult> |
AmazonEKSAsync.listFargateProfilesAsync(ListFargateProfilesRequest listFargateProfilesRequest,
AsyncHandler<ListFargateProfilesRequest,ListFargateProfilesResult> asyncHandler)
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the
specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListFargateProfilesResult |
ListFargateProfilesResult.clone() |
ListFargateProfilesResult |
ListFargateProfilesResult.withFargateProfileNames(Collection<String> fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResult |
ListFargateProfilesResult.withFargateProfileNames(String... fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResult |
ListFargateProfilesResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListFargateProfiles request. |
Copyright © 2022. All rights reserved.