Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation.software.amazon.awssdk.services.snowdevicemanagement.paginators -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseSnowDeviceManagementClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.default ListDevicesResponseSnowDeviceManagementClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>SnowDeviceManagementAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.default CompletableFuture<ListDevicesResponse>SnowDeviceManagementAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.snowdevicemanagement.paginators
Methods in software.amazon.awssdk.services.snowdevicemanagement.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.snowdevicemanagement.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-