| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
DescribeThingTypeResult |
AWSIotClient.describeThingType(DescribeThingTypeRequest describeThingTypeRequest)
Gets information about the specified thing type.
|
DescribeThingTypeResult |
AWSIot.describeThingType(DescribeThingTypeRequest describeThingTypeRequest)
Gets information about the specified thing type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeName(String thingTypeName)
The name of the thing type.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type
including description, and a list of searchable thing attribute names.
|
Copyright © 2017. All rights reserved.