| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
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 time 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 time 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 time 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 time 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 time 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 time was deprecated.
|
Copyright © 2017. All rights reserved.