| 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 |
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.
|
ListFargateProfilesResult |
AbstractAmazonEKS.listFargateProfiles(ListFargateProfilesRequest request) |
Future<ListFargateProfilesResult> |
AbstractAmazonEKSAsync.listFargateProfilesAsync(ListFargateProfilesRequest request) |
Future<ListFargateProfilesResult> |
AmazonEKSAsync.listFargateProfilesAsync(ListFargateProfilesRequest listFargateProfilesRequest)
Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the
specified Region.
|
Future<ListFargateProfilesResult> |
AmazonEKSAsyncClient.listFargateProfilesAsync(ListFargateProfilesRequest request) |
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.
|
Future<ListFargateProfilesResult> |
AmazonEKSAsyncClient.listFargateProfilesAsync(ListFargateProfilesRequest request,
AsyncHandler<ListFargateProfilesRequest,ListFargateProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListFargateProfilesResult> |
AmazonEKSAsyncClient.listFargateProfilesAsync(ListFargateProfilesRequest request,
AsyncHandler<ListFargateProfilesRequest,ListFargateProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFargateProfilesRequest |
ListFargateProfilesRequest.clone() |
ListFargateProfilesRequest |
ListFargateProfilesRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list Fargate profiles in.
|
ListFargateProfilesRequest |
ListFargateProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of Fargate profile results returned by
ListFargateProfiles in paginated output. |
ListFargateProfilesRequest |
ListFargateProfilesRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListFargateProfiles request
where maxResults was used and the results exceeded the value of that parameter. |
Copyright © 2023. All rights reserved.