| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingAttribute |
ThingAttribute.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ThingAttribute |
ThingAttribute.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ThingAttribute |
ThingAttribute.clone() |
ThingAttribute |
ThingAttribute.withAttributes(Map<String,String> attributes)
A list of thing attributes which are name-value pairs.
|
ThingAttribute |
ThingAttribute.withThingArn(String thingArn)
The thing ARN.
|
ThingAttribute |
ThingAttribute.withThingName(String thingName)
The name of the thing.
|
ThingAttribute |
ThingAttribute.withThingTypeName(String thingTypeName)
The name of the thing type, if the thing has been associated with a type.
|
ThingAttribute |
ThingAttribute.withVersion(Long version)
The version of the thing record in the registry.
|
| 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 © 2023. All rights reserved.