| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AttributePayload |
UpdateThingRequest.attributePayload()
A list of thing attributes, a JSON string containing name-value pairs.
|
AttributePayload |
ThingGroupProperties.attributePayload()
The thing group attributes in JSON format.
|
AttributePayload |
CreateThingRequest.attributePayload()
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateThingRequest.Builder |
UpdateThingRequest.Builder.attributePayload(AttributePayload attributePayload)
A list of thing attributes, a JSON string containing name-value pairs.
|
ThingGroupProperties.Builder |
ThingGroupProperties.Builder.attributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
CreateThingRequest.Builder |
CreateThingRequest.Builder.attributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
Copyright © 2019. All rights reserved.