| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeMetadata |
ThingTypeMetadata.clone() |
ThingTypeMetadata |
ThingTypeDefinition.getThingTypeMetadata()
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.
|
ThingTypeMetadata |
DescribeThingTypeResult.getThingTypeMetadata()
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.
|
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)
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.
|
void |
DescribeThingTypeResult.setThingTypeMetadata(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.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.
|
DescribeThingTypeResult |
DescribeThingTypeResult.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.
|
Copyright © 2018. All rights reserved.