| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeProperties |
ThingTypeProperties.clone() |
ThingTypeProperties |
ThingTypeDefinition.getThingTypeProperties()
The ThingTypeProperties for the thing type.
|
ThingTypeProperties |
DescribeThingTypeResult.getThingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
ThingTypeProperties |
CreateThingTypeRequest.getThingTypeProperties()
The ThingTypeProperties for the thing type to create.
|
ThingTypeProperties |
ThingTypeProperties.withSearchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties |
ThingTypeProperties.withSearchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties |
ThingTypeProperties.withThingTypeDescription(String thingTypeDescription)
The description of the thing type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThingTypeDefinition.setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
|
void |
DescribeThingTypeResult.setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
void |
CreateThingTypeRequest.setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
ThingTypeDefinition |
ThingTypeDefinition.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for 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.
|
CreateThingTypeRequest |
CreateThingTypeRequest.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
Copyright © 2017. All rights reserved.