Uses of Class
software.amazon.awssdk.services.datazone.model.ListJobRunsResponse
-
Packages that use ListJobRunsResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.paginators -
-
Uses of ListJobRunsResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return ListJobRunsResponse Modifier and Type Method Description default ListJobRunsResponseDataZoneClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists job runs.default ListJobRunsResponseDataZoneClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists job runs.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type ListJobRunsResponse Modifier and Type Method Description default CompletableFuture<ListJobRunsResponse>DataZoneAsyncClient. listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)Lists job runs.default CompletableFuture<ListJobRunsResponse>DataZoneAsyncClient. listJobRuns(ListJobRunsRequest listJobRunsRequest)Lists job runs. -
Uses of ListJobRunsResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.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.datazone.paginators with type arguments of type ListJobRunsResponse Modifier and Type Method Description voidListJobRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobRunsResponse> subscriber)
-