Uses of Class
software.amazon.awssdk.services.eks.model.ListUpdatesResponse
-
Packages that use ListUpdatesResponse 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 -
-
Uses of ListUpdatesResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return ListUpdatesResponse Modifier and Type Method Description default ListUpdatesResponseEksClient. 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 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.Methods in software.amazon.awssdk.services.eks that return types with arguments of type ListUpdatesResponse Modifier and Type Method Description 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 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. -
Uses of ListUpdatesResponse in software.amazon.awssdk.services.eks.paginators
Methods in software.amazon.awssdk.services.eks.paginators that return types with arguments of type ListUpdatesResponse Modifier and Type Method Description Iterator<ListUpdatesResponse>ListUpdatesIterable. iterator()Method parameters in software.amazon.awssdk.services.eks.paginators with type arguments of type ListUpdatesResponse Modifier and Type Method Description voidListUpdatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUpdatesResponse> subscriber)
-