Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ThingAttribute> |
ListThingsResult.things
The things.
|
Modifier and Type | Method and Description |
---|---|
ThingAttribute |
ThingAttribute.addAttributesEntry(java.lang.String key,
java.lang.String value) |
ThingAttribute |
ThingAttribute.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ThingAttribute |
ThingAttribute.clone() |
ThingAttribute |
ThingAttribute.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The attributes.
|
ThingAttribute |
ThingAttribute.withThingName(java.lang.String thingName)
The name of the thing.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ThingAttribute> things)
The things.
|
ListThingsResult |
ListThingsResult.withThings(java.util.Collection<ThingAttribute> things)
The things.
|
Modifier and Type | Method and Description |
---|---|
ThingAttribute |
ThingAttributeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ThingAttributeJsonMarshaller.marshall(ThingAttribute thingAttribute,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|