| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeDefinition |
ThingTypeDefinition.clone() |
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a
value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
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 © 2017. All rights reserved.