| 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 |
AbstractAmazonEKS.listUpdates(ListUpdatesRequest request) |
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 |
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.
|
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 |
|---|---|
ListUpdatesRequest |
ListUpdatesRequest.clone() |
ListUpdatesRequest |
ListUpdatesRequest.withAddonName(String addonName)
The names of the installed add-ons that have available updates.
|
ListUpdatesRequest |
ListUpdatesRequest.withMaxResults(Integer maxResults)
The maximum number of update results returned by
ListUpdates in paginated output. |
ListUpdatesRequest |
ListUpdatesRequest.withName(String name)
The name of the Amazon EKS cluster to list updates for.
|
ListUpdatesRequest |
ListUpdatesRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListUpdates request where
maxResults was used and the results exceeded the value of that parameter. |
ListUpdatesRequest |
ListUpdatesRequest.withNodegroupName(String nodegroupName)
The name of the Amazon EKS managed node group to list updates for.
|
Copyright © 2022. All rights reserved.