| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeMetadata |
ThingTypeMetadata.clone() |
ThingTypeMetadata |
ThingTypeDefinition.getThingTypeMetadata() |
ThingTypeMetadata |
DescribeThingTypeResult.getThingTypeMetadata() |
ThingTypeMetadata |
ThingTypeMetadata.withCreationDate(Date creationDate)
The date and time when the thing type was created.
|
ThingTypeMetadata |
ThingTypeMetadata.withDeprecated(Boolean deprecated)
Whether the thing type is deprecated.
|
ThingTypeMetadata |
ThingTypeMetadata.withDeprecationDate(Date deprecationDate)
The date and time when the thing type was deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThingTypeDefinition.setThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
void |
DescribeThingTypeResult.setThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
Copyright © 2016. All rights reserved.