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 ThingAttributeThingAttribute. addAttributesEntry(String key, String value)ThingAttributeThingAttribute. clearAttributesEntries()Removes all the entries added into Attributes.ThingAttributeThingAttribute. clone()ThingAttributeThingAttribute. withAttributes(Map<String,String> attributes)The attributes.ThingAttributeThingAttribute. 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 ListThingsResultListThingsResult. withThings(ThingAttribute... things)The things.Method parameters in com.amazonaws.services.iot.model with type arguments of type ThingAttribute Modifier and Type Method Description voidListThingsResult. setThings(Collection<ThingAttribute> things)The things.ListThingsResultListThingsResult. withThings(Collection<ThingAttribute> things)The things.
-