| 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 |
|---|---|
ListUpdatesResult |
AmazonEKSClient.listUpdates(ListUpdatesRequest request)
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified
Amazon Web Services Region.
|
ListUpdatesResult |
AbstractAmazonEKS.listUpdates(ListUpdatesRequest request) |
ListUpdatesResult |
AmazonEKS.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified
Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUpdatesResult> |
AbstractAmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest request) |
Future<ListUpdatesResult> |
AmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified
Amazon Web Services Region.
|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request) |
Future<ListUpdatesResult> |
AbstractAmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
Future<ListUpdatesResult> |
AmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest listUpdatesRequest,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler)
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified
Amazon Web Services Region.
|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUpdatesResult> |
AbstractAmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
Future<ListUpdatesResult> |
AmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest listUpdatesRequest,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler)
Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified
Amazon Web Services Region.
|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUpdatesResult |
ListUpdatesResult.clone() |
ListUpdatesResult |
ListUpdatesResult.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. |
ListUpdatesResult |
ListUpdatesResult.withUpdateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
|
ListUpdatesResult |
ListUpdatesResult.withUpdateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
|
Copyright © 2023. All rights reserved.