Uses of Class
com.amazonaws.services.iot.model.ThingAttribute
Packages that use ThingAttribute
-
Uses of ThingAttribute in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ThingAttributeModifier and TypeMethodDescriptionThingAttribute.addAttributesEntry
(String key, String value) ThingAttribute.clearAttributesEntries()
Removes all the entries added into Attributes.ThingAttribute.clone()
ThingAttribute.withAttributes
(Map<String, String> attributes) The attributes.ThingAttribute.withThingName
(String thingName) The name of the thing.Methods in com.amazonaws.services.iot.model that return types with arguments of type ThingAttributeMethods in com.amazonaws.services.iot.model with parameters of type ThingAttributeModifier and TypeMethodDescriptionListThingsResult.withThings
(ThingAttribute... things) The things.Method parameters in com.amazonaws.services.iot.model with type arguments of type ThingAttributeModifier and TypeMethodDescriptionvoid
ListThingsResult.setThings
(Collection<ThingAttribute> things) The things.ListThingsResult.withThings
(Collection<ThingAttribute> things) The things.