Uses of Class
software.amazon.awssdk.services.panorama.model.ListDevicesJobsResponse
-
Packages that use ListDevicesJobsResponse Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.paginators -
-
Uses of ListDevicesJobsResponse in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return ListDevicesJobsResponse Modifier and Type Method Description default ListDevicesJobsResponsePanoramaClient. listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsResponsePanoramaClient. listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs.Methods in software.amazon.awssdk.services.panorama that return types with arguments of type ListDevicesJobsResponse Modifier and Type Method Description default CompletableFuture<ListDevicesJobsResponse>PanoramaAsyncClient. listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)Returns a list of jobs.default CompletableFuture<ListDevicesJobsResponse>PanoramaAsyncClient. listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs. -
Uses of ListDevicesJobsResponse in software.amazon.awssdk.services.panorama.paginators
Methods in software.amazon.awssdk.services.panorama.paginators that return types with arguments of type ListDevicesJobsResponse Modifier and Type Method Description Iterator<ListDevicesJobsResponse>ListDevicesJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.panorama.paginators with type arguments of type ListDevicesJobsResponse Modifier and Type Method Description voidListDevicesJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesJobsResponse> subscriber)
-