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