| 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 |
|---|---|
ListThingTypesResult |
ListThingTypesResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListThingTypesResult |
ListThingTypesResult.withThingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
ListThingTypesResult |
ListThingTypesResult.withThingTypes(ThingTypeDefinition... thingTypes)
The thing types.
|
Copyright © 2017. All rights reserved.