| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| software.amazon.awssdk.services.snowdevicemanagement.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDevicesResponse |
SnowDeviceManagementClient.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 ListDevicesResponse |
SnowDeviceManagementClient.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDevicesResponse> |
ListDevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber) |
Copyright © 2023. All rights reserved.