| 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
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| software.amazon.awssdk.services.eks.paginators | |
| software.amazon.awssdk.services.eks.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUpdatesResponse> |
EksAsyncClient.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
default ListUpdatesResponse |
EksClient.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
default ListUpdatesPublisher |
EksAsyncClient.listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
default ListUpdatesIterable |
EksClient.listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
| Constructor and Description |
|---|
ListUpdatesIterable(EksClient client,
ListUpdatesRequest firstRequest) |
ListUpdatesPublisher(EksAsyncClient client,
ListUpdatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUpdatesRequestMarshaller.marshall(ListUpdatesRequest listUpdatesRequest) |
Copyright © 2021. All rights reserved.