| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceDescription |
DescribeDeviceResponse.deviceDescription()
Device details.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceDescription> |
ListDevicesResponse.devices()
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResponse.Builder |
DescribeDeviceResponse.Builder.deviceDescription(DeviceDescription deviceDescription)
Device details.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(DeviceDescription... devices)
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Collection<DeviceDescription> devices)
A list of devices.
|
Copyright © 2019. All rights reserved.