| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
ListThingsResult |
AWSIotClient.listThings(ListThingsRequest listThingsRequest)
Lists your things.
|
ListThingsResult |
AWSIot.listThings(ListThingsRequest listThingsRequest)
Lists your things.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingsResult |
ListThingsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListThingsResult |
ListThingsResult.withThings(Collection<ThingAttribute> things)
The things.
|
ListThingsResult |
ListThingsResult.withThings(ThingAttribute... things)
The things.
|
Copyright © 2017. All rights reserved.