| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| 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 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 ListDevicesIterable |
SnowDeviceManagementClient.listDevicesPaginator(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 ListDevicesPublisher |
SnowDeviceManagementAsyncClient.listDevicesPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesRequest.Builder |
ListDevicesRequest.builder() |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.jobId(String jobId)
The ID of the job used to order the device.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of devices to list per page.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.nextToken(String nextToken)
A pagination token to continue to the next page of results.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
ListDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesRequest.Builder> |
ListDevicesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.