Uses of Class
software.amazon.awssdk.services.panorama.model.ListDevicesRequest
-
Packages that use ListDevicesRequest Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.paginators software.amazon.awssdk.services.panorama.transform -
-
Uses of ListDevicesRequest in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama with parameters of type ListDevicesRequest Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>PanoramaAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of devices.default ListDevicesResponsePanoramaClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of devices.default ListDevicesPublisherPanoramaAsyncClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Returns a list of devices.default ListDevicesIterablePanoramaClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Returns a list of devices. -
Uses of ListDevicesRequest in software.amazon.awssdk.services.panorama.paginators
Constructors in software.amazon.awssdk.services.panorama.paginators with parameters of type ListDevicesRequest Constructor Description ListDevicesIterable(PanoramaClient client, ListDevicesRequest firstRequest)ListDevicesPublisher(PanoramaAsyncClient client, ListDevicesRequest firstRequest) -
Uses of ListDevicesRequest in software.amazon.awssdk.services.panorama.transform
Methods in software.amazon.awssdk.services.panorama.transform with parameters of type ListDevicesRequest Modifier and Type Method Description SdkHttpFullRequestListDevicesRequestMarshaller. marshall(ListDevicesRequest listDevicesRequest)
-