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