| 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 |
|---|---|
ListThingsRequest |
ListThingsRequest.withAttributeName(String attributeName)
The attribute name used to search for things.
|
ListThingsRequest |
ListThingsRequest.withAttributeValue(String attributeValue)
The attribute value used to search for things.
|
ListThingsRequest |
ListThingsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingsRequest |
ListThingsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListThingsRequest |
ListThingsRequest.withThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
Copyright © 2017. All rights reserved.