Uses of Class
software.amazon.awssdk.services.panorama.model.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.paginators -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponsePanoramaClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of devices.default ListDevicesResponsePanoramaClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of devices.Methods in software.amazon.awssdk.services.panorama that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>PanoramaAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of devices.default CompletableFuture<ListDevicesResponse>PanoramaAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of devices. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.panorama.paginators
Methods in software.amazon.awssdk.services.panorama.paginators that return types with arguments of type ListDevicesResponse Modifier and Type Method Description Iterator<ListDevicesResponse>ListDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.panorama.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-