Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private AttributePayload |
UpdateThingRequest.attributePayload
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
private AttributePayload |
CreateThingRequest.attributePayload
The attribute payload, which consists of up to 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
Modifier and Type | Method and Description |
---|---|
AttributePayload |
AttributePayload.addAttributesEntry(java.lang.String key,
java.lang.String value) |
AttributePayload |
AttributePayload.clearAttributesEntries()
Removes all the entries added into Attributes.
|
AttributePayload |
AttributePayload.clone() |
AttributePayload |
UpdateThingRequest.getAttributePayload()
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
AttributePayload |
CreateThingRequest.getAttributePayload()
The attribute payload, which consists of up to 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
AttributePayload |
AttributePayload.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
A JSON string containing up to three key-value pair in JSON format (for
example, {\"attributes\":{\"string1\":\"string2\"}}).
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateThingRequest.setAttributePayload(AttributePayload attributePayload)
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
void |
CreateThingRequest.setAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
CreateThingRequest |
CreateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
Modifier and Type | Method and Description |
---|---|
AttributePayload |
AttributePayloadJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttributePayloadJsonMarshaller.marshall(AttributePayload attributePayload,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|