Uses of Class
software.amazon.awssdk.services.databrew.model.ListJobsResponse
-
Packages that use ListJobsResponse 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 ListJobsResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseDataBrewClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists all of the DataBrew jobs that are defined.default ListJobsResponseDataBrewClient. listJobs(ListJobsRequest listJobsRequest)Lists all of the DataBrew jobs that are defined.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>DataBrewAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists all of the DataBrew jobs that are defined.default CompletableFuture<ListJobsResponse>DataBrewAsyncClient. listJobs(ListJobsRequest listJobsRequest)Lists all of the DataBrew jobs that are defined. -
Uses of ListJobsResponse in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.databrew.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-