| 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 |
|---|---|
CreateThingTypeResult |
AWSIotClient.createThingType(CreateThingTypeRequest createThingTypeRequest)
Creates a new thing type.
|
CreateThingTypeResult |
AWSIot.createThingType(CreateThingTypeRequest createThingTypeRequest)
Creates a new thing type.
|
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeRequest |
CreateThingTypeRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
CreateThingTypeRequest |
CreateThingTypeRequest.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
Copyright © 2017. All rights reserved.