Uses of Class
software.amazon.awssdk.services.emrcontainers.model.ListJobRunsResponse
-
Packages that use ListJobRunsResponse Package Description software.amazon.awssdk.services.emrcontainers Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS).software.amazon.awssdk.services.emrcontainers.paginators -
-
Uses of ListJobRunsResponse in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers that return ListJobRunsResponse Modifier and Type Method Description default ListJobRunsResponseEmrContainersClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists job runs based on a set of parameters.default ListJobRunsResponseEmrContainersClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists job runs based on a set of parameters.Methods in software.amazon.awssdk.services.emrcontainers that return types with arguments of type ListJobRunsResponse Modifier and Type Method Description default CompletableFuture<ListJobRunsResponse>EmrContainersAsyncClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists job runs based on a set of parameters.default CompletableFuture<ListJobRunsResponse>EmrContainersAsyncClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists job runs based on a set of parameters. -
Uses of ListJobRunsResponse in software.amazon.awssdk.services.emrcontainers.paginators
Methods in software.amazon.awssdk.services.emrcontainers.paginators that return types with arguments of type ListJobRunsResponse Modifier and Type Method Description Iterator<ListJobRunsResponse>ListJobRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.emrcontainers.paginators with type arguments of type ListJobRunsResponse Modifier and Type Method Description voidListJobRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobRunsResponse> subscriber)
-