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