Uses of Class
software.amazon.awssdk.services.databrew.model.ListJobRunsResponse
-
Packages that use ListJobRunsResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.paginators -
-
Uses of ListJobRunsResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return ListJobRunsResponse Modifier and Type Method Description default ListJobRunsResponseDataBrewClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists all of the previous runs of a particular DataBrew job.default ListJobRunsResponseDataBrewClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists all of the previous runs of a particular DataBrew job.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type ListJobRunsResponse Modifier and Type Method Description default CompletableFuture<ListJobRunsResponse>DataBrewAsyncClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists all of the previous runs of a particular DataBrew job.default CompletableFuture<ListJobRunsResponse>DataBrewAsyncClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists all of the previous runs of a particular DataBrew job. -
Uses of ListJobRunsResponse in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.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.databrew.paginators with type arguments of type ListJobRunsResponse Modifier and Type Method Description voidListJobRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobRunsResponse> subscriber)
-