| 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 |
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.
|
ListUpdatesResult |
AbstractAmazonEKS.listUpdates(ListUpdatesRequest request) |
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 resource in your Amazon Web Services account, in the specified
Amazon Web Services 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 resource in your Amazon Web Services account, in the specified
Amazon Web Services 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 resource in your Amazon Web Services account, in the specified
Amazon Web Services 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 results, returned 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 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 © 2024. All rights reserved.