Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ThingAttribute> |
ListThingsResult.getThings()
The things.
|
Modifier and Type | Method and Description |
---|---|
ListThingsResult |
ListThingsResult.withThings(ThingAttribute... things)
The things.
|
Modifier and Type | Method and Description |
---|---|
void |
ListThingsResult.setThings(Collection<ThingAttribute> things)
The things.
|
ListThingsResult |
ListThingsResult.withThings(Collection<ThingAttribute> things)
The things.
|
Copyright © 2018. All rights reserved.