| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AttributePayload |
AttributePayload.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
AttributePayload |
AttributePayload.clearAttributesEntries()
Removes all the entries added into Attributes.
|
AttributePayload |
AttributePayload.clone() |
AttributePayload |
UpdateThingRequest.getAttributePayload()
A list of thing attributes, a JSON string containing name-value pairs.
|
AttributePayload |
CreateThingRequest.getAttributePayload()
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
AttributePayload |
ThingGroupProperties.getAttributePayload()
The thing group attributes in JSON format.
|
AttributePayload |
AttributePayload.withAttributes(Map<String,String> attributes)
A JSON string containing up to three key-value pair in JSON format.
|
AttributePayload |
AttributePayload.withMerge(Boolean merge)
Specifies whether the list of attributes provided in the
AttributePayload is merged with the
attributes stored in the registry, instead of overwriting them. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateThingRequest.setAttributePayload(AttributePayload attributePayload)
A list of thing attributes, a JSON string containing name-value pairs.
|
void |
CreateThingRequest.setAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
void |
ThingGroupProperties.setAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
A list of thing attributes, a JSON string containing name-value pairs.
|
CreateThingRequest |
CreateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
ThingGroupProperties |
ThingGroupProperties.withAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
Copyright © 2023. All rights reserved.