| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeDefinition |
ThingTypeDefinition.clone() |
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeName(String thingTypeName)
The name of the thing type.
|
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThingTypeDefinition> |
ListThingTypesResult.getThingTypes()
The thing types.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesResult |
ListThingTypesResult.withThingTypes(ThingTypeDefinition... thingTypes)
The thing types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThingTypesResult.setThingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
ListThingTypesResult |
ListThingTypesResult.withThingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
Copyright © 2016. All rights reserved.