| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
AttributePayload |
AttributePayload.addattributesEntry(String key,
String value)
A JSON string containing up to three key-value pair in JSON format.
|
AttributePayload |
AttributePayload.clearattributesEntries()
Removes all the entries added into attributes.
|
AttributePayload |
CreateThingRequest.getAttributePayload()
The attribute payload, which consists of up to three name/value pairs in
a JSON document.
|
AttributePayload |
UpdateThingRequest.getAttributePayload()
A list of thing attributes, a JSON string containing name-value pairs.
|
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 |
CreateThingRequest.setAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in
a JSON document.
|
void |
UpdateThingRequest.setAttributePayload(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.
|
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
A list of thing attributes, a JSON string containing name-value pairs.
|
Copyright © 2017. All rights reserved.