Uses of Class
software.amazon.awssdk.services.dataexchange.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseDataExchangeClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)This operation lists your jobs sorted by CreatedAt in descending order.default ListJobsResponseDataExchangeClient. listJobs(ListJobsRequest listJobsRequest)This operation lists your jobs sorted by CreatedAt in descending order.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>DataExchangeAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)This operation lists your jobs sorted by CreatedAt in descending order.default CompletableFuture<ListJobsResponse>DataExchangeAsyncClient. listJobs(ListJobsRequest listJobsRequest)This operation lists your jobs sorted by CreatedAt in descending order. -
Uses of ListJobsResponse in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.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.dataexchange.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-