Uses of Class
software.amazon.awssdk.services.iot.model.AttributePayload
-
Packages that use AttributePayload Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AttributePayload in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AttributePayload Modifier and Type Method Description AttributePayloadCreateThingRequest. attributePayload()The attribute payload, which consists of up to three name/value pairs in a JSON document.AttributePayloadThingGroupProperties. attributePayload()The thing group attributes in JSON format.AttributePayloadUpdateThingRequest. attributePayload()A list of thing attributes, a JSON string containing name-value pairs.Methods in software.amazon.awssdk.services.iot.model with parameters of type AttributePayload Modifier and Type Method Description CreateThingRequest.BuilderCreateThingRequest.Builder. attributePayload(AttributePayload attributePayload)The attribute payload, which consists of up to three name/value pairs in a JSON document.ThingGroupProperties.BuilderThingGroupProperties.Builder. attributePayload(AttributePayload attributePayload)The thing group attributes in JSON format.UpdateThingRequest.BuilderUpdateThingRequest.Builder. attributePayload(AttributePayload attributePayload)A list of thing attributes, a JSON string containing name-value pairs.
-