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 setup 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 resource in your Amazon Web Services account, in the specified Amazon Web Services Region.default ListUpdatesResponseEksClient. 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.default ListUpdatesPublisherEksAsyncClient. listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)This is a variant ofEksAsyncClient.listUpdates(software.amazon.awssdk.services.eks.model.ListUpdatesRequest)operation.default ListUpdatesIterableEksClient. listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)This is a variant ofEksClient.listUpdates(software.amazon.awssdk.services.eks.model.ListUpdatesRequest)operation. -
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)
-