| 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 |
|---|---|
Future<ListEksAnywhereSubscriptionsResult> |
AbstractAmazonEKSAsync.listEksAnywhereSubscriptionsAsync(ListEksAnywhereSubscriptionsRequest request,
AsyncHandler<ListEksAnywhereSubscriptionsRequest,ListEksAnywhereSubscriptionsResult> asyncHandler) |
Future<ListEksAnywhereSubscriptionsResult> |
AmazonEKSAsync.listEksAnywhereSubscriptionsAsync(ListEksAnywhereSubscriptionsRequest listEksAnywhereSubscriptionsRequest,
AsyncHandler<ListEksAnywhereSubscriptionsRequest,ListEksAnywhereSubscriptionsResult> asyncHandler)
Displays the full description of the subscription.
|
Future<ListEksAnywhereSubscriptionsResult> |
AmazonEKSAsyncClient.listEksAnywhereSubscriptionsAsync(ListEksAnywhereSubscriptionsRequest request,
AsyncHandler<ListEksAnywhereSubscriptionsRequest,ListEksAnywhereSubscriptionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.clone() |
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.withIncludeStatus(Collection<String> includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.withIncludeStatus(EksAnywhereSubscriptionStatus... includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.withIncludeStatus(String... includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.withMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output.
|
ListEksAnywhereSubscriptionsRequest |
ListEksAnywhereSubscriptionsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListEksAnywhereSubscriptions
request where maxResults was used and the results exceeded the value of that parameter. |
Copyright © 2023. All rights reserved.