Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseDeviceFarmClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Gets information about jobs for a given test run.default ListJobsResponseDeviceFarmClient. listJobs(ListJobsRequest listJobsRequest)Gets information about jobs for a given test run.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>DeviceFarmAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Gets information about jobs for a given test run.default CompletableFuture<ListJobsResponse>DeviceFarmAsyncClient. listJobs(ListJobsRequest listJobsRequest)Gets information about jobs for a given test run. -
Uses of ListJobsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.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.devicefarm.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-