Uses of Class
software.amazon.awssdk.services.panorama.model.ListDevicesJobsRequest
-
Packages that use ListDevicesJobsRequest Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.paginators software.amazon.awssdk.services.panorama.transform -
-
Uses of ListDevicesJobsRequest in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama with parameters of type ListDevicesJobsRequest Modifier and Type Method Description default CompletableFuture<ListDevicesJobsResponse>PanoramaAsyncClient. listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsResponsePanoramaClient. listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsPublisherPanoramaAsyncClient. listDevicesJobsPaginator(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs.default ListDevicesJobsIterablePanoramaClient. listDevicesJobsPaginator(ListDevicesJobsRequest listDevicesJobsRequest)Returns a list of jobs. -
Uses of ListDevicesJobsRequest in software.amazon.awssdk.services.panorama.paginators
Constructors in software.amazon.awssdk.services.panorama.paginators with parameters of type ListDevicesJobsRequest Constructor Description ListDevicesJobsIterable(PanoramaClient client, ListDevicesJobsRequest firstRequest)ListDevicesJobsPublisher(PanoramaAsyncClient client, ListDevicesJobsRequest firstRequest) -
Uses of ListDevicesJobsRequest in software.amazon.awssdk.services.panorama.transform
Methods in software.amazon.awssdk.services.panorama.transform with parameters of type ListDevicesJobsRequest Modifier and Type Method Description SdkHttpFullRequestListDevicesJobsRequestMarshaller. marshall(ListDevicesJobsRequest listDevicesJobsRequest)
-