Uses of Class
com.amazonaws.services.iot.model.AttributePayload
Packages that use AttributePayload
-
Uses of AttributePayload in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return AttributePayloadModifier and TypeMethodDescriptionAttributePayload.addAttributesEntry
(String key, String value) AttributePayload.clearAttributesEntries()
Removes all the entries added into Attributes.AttributePayload.clone()
CreateThingRequest.getAttributePayload()
The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).UpdateThingRequest.getAttributePayload()
The attribute payload, a JSON string containing up to three key-value pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).AttributePayload.withAttributes
(Map<String, String> attributes) A JSON string containing up to three key-value pair in JSON format (for example, {\"attributes\":{\"string1\":\"string2\"}}).Methods in com.amazonaws.services.iot.model with parameters of type AttributePayloadModifier and TypeMethodDescriptionvoid
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\"}}).void
UpdateThingRequest.setAttributePayload
(AttributePayload attributePayload) The attribute payload, a JSON string containing up to three key-value pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).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\"}}).UpdateThingRequest.withAttributePayload
(AttributePayload attributePayload) The attribute payload, a JSON string containing up to three key-value pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).