| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Thing |
Thing.clone() |
Thing |
Thing.withThingArn(String thingArn)
The ARN of the thing.
|
Thing |
Thing.withThingName(String thingName)
The name of the thing.
|
| Modifier and Type | Method and Description |
|---|---|
List<Thing> |
SearchThingsResult.getThings()
An array of things in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchThingsResult |
SearchThingsResult.withThings(Thing... things)
An array of things in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchThingsResult.setThings(Collection<Thing> things)
An array of things in the result set.
|
SearchThingsResult |
SearchThingsResult.withThings(Collection<Thing> things)
An array of things in the result set.
|
Copyright © 2022. All rights reserved.