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