| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceDescription |
DeviceDescription.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
DeviceDescription |
DeviceDescription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DeviceDescription |
DeviceDescription.clearAttributesEntries()
Removes all the entries added into Attributes.
|
DeviceDescription |
DeviceDescription.clearTagsEntries()
Removes all the entries added into Tags.
|
DeviceDescription |
DeviceDescription.clone() |
DeviceDescription |
DescribeDeviceResult.getDeviceDescription()
Device details.
|
DeviceDescription |
DeviceDescription.withArn(String arn)
The ARN of the device.
|
DeviceDescription |
DeviceDescription.withAttributes(Map<String,String> attributes)
An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.
|
DeviceDescription |
DeviceDescription.withDeviceId(String deviceId)
The unique identifier of the device.
|
DeviceDescription |
DeviceDescription.withEnabled(Boolean enabled)
A Boolean value indicating whether or not the device is enabled.
|
DeviceDescription |
DeviceDescription.withRemainingLife(Double remainingLife)
A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.
|
DeviceDescription |
DeviceDescription.withTags(Map<String,String> tags)
The tags currently associated with the AWS IoT 1-Click device.
|
DeviceDescription |
DeviceDescription.withType(String type)
The type of the device, such as "button".
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceDescription> |
ListDevicesResult.getDevices()
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setDeviceDescription(DeviceDescription deviceDescription)
Device details.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceDescription(DeviceDescription deviceDescription)
Device details.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceDescription... devices)
A list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<DeviceDescription> devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceDescription> devices)
A list of devices.
|
Copyright © 2021. All rights reserved.