| 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 |
|---|---|
ListThingTypesResult |
AWSIotClient.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
ListThingTypesResult |
AWSIot.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesRequest |
ListThingTypesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingTypesRequest |
ListThingTypesRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListThingTypesRequest |
ListThingTypesRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
Copyright © 2017. All rights reserved.