| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default ListUpdatesResponse |
EksClient.listUpdates(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
default CompletableFuture<ListUpdatesResponse> |
EksAsyncClient.listUpdates(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
default ListUpdatesIterable |
EksClient.listUpdatesPaginator(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
account, in the specified Region.
|
default ListUpdatesPublisher |
EksAsyncClient.listUpdatesPaginator(Consumer<ListUpdatesRequest.Builder> 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 |
|---|---|
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.addonName(String addonName)
The names of the installed add-ons that have available updates.
|
static ListUpdatesRequest.Builder |
ListUpdatesRequest.builder() |
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of update results returned by
ListUpdates in paginated output. |
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.name(String name)
The name of the Amazon EKS cluster to list updates for.
|
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.nextToken(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.Builder |
ListUpdatesRequest.Builder.nodegroupName(String nodegroupName)
The name of the Amazon EKS managed node group to list updates for.
|
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUpdatesRequest.Builder |
ListUpdatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUpdatesRequest.Builder |
ListUpdatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUpdatesRequest.Builder> |
ListUpdatesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.