| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model | |
| software.amazon.awssdk.services.snowdevicemanagement.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
ListDevicesResponse.devices()
A list of device structures that contain information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(DeviceSummary... devices)
A list of device structures that contain information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DeviceSummary> |
ListDevicesPublisher.devices()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DeviceSummary> |
ListDevicesIterable.devices()
Returns an iterable to iterate through the paginated
ListDevicesResponse.devices() member. |
Copyright © 2023. All rights reserved.