| 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 |
|---|---|
ListUpdatesResult |
AmazonEKSClient.listUpdates(ListUpdatesRequest request)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
ListUpdatesResult |
AbstractAmazonEKS.listUpdates(ListUpdatesRequest request) |
ListUpdatesResult |
AmazonEKS.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request) |
Future<ListUpdatesResult> |
AbstractAmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest request) |
Future<ListUpdatesResult> |
AmazonEKSAsync.listUpdatesAsync(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
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 cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUpdatesResult> |
AmazonEKSAsyncClient.listUpdatesAsync(ListUpdatesRequest request,
AsyncHandler<ListUpdatesRequest,ListUpdatesResult> asyncHandler) |
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 cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListUpdatesResult |
ListUpdatesResult.clone() |
ListUpdatesResult |
ListUpdatesResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListUpdates request. |
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.