Uses of Class
software.amazon.awssdk.services.eks.model.ListUpdatesRequest
-
Packages that use ListUpdatesRequest 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.paginators software.amazon.awssdk.services.eks.transform -
-
Uses of ListUpdatesRequest in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks with parameters of type ListUpdatesRequest Modifier and Type Method Description default CompletableFuture<ListUpdatesResponse>EksAsyncClient. 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.default ListUpdatesResponseEksClient. 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.default ListUpdatesPublisherEksAsyncClient. listUpdatesPaginator(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.default ListUpdatesIterableEksClient. listUpdatesPaginator(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. -
Uses of ListUpdatesRequest in software.amazon.awssdk.services.eks.paginators
Constructors in software.amazon.awssdk.services.eks.paginators with parameters of type ListUpdatesRequest Constructor Description ListUpdatesIterable(EksClient client, ListUpdatesRequest firstRequest)ListUpdatesPublisher(EksAsyncClient client, ListUpdatesRequest firstRequest) -
Uses of ListUpdatesRequest in software.amazon.awssdk.services.eks.transform
Methods in software.amazon.awssdk.services.eks.transform with parameters of type ListUpdatesRequest Modifier and Type Method Description SdkHttpFullRequestListUpdatesRequestMarshaller. marshall(ListUpdatesRequest listUpdatesRequest)
-