| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesResponse.Builder |
ListDevicesResponse.builder() |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Consumer<DeviceSummary.Builder>... devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(DeviceSummary... devices)
A list of device structures that contain information about the device.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.nextToken(String nextToken)
A pagination token to continue to the next page of devices.
|
ListDevicesResponse.Builder |
ListDevicesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesResponse.Builder> |
ListDevicesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.