| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeProperties |
DescribeThingTypeResponse.thingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
ThingTypeProperties |
CreateThingTypeRequest.thingTypeProperties()
The ThingTypeProperties for the thing type to create.
|
ThingTypeProperties |
ThingTypeDefinition.thingTypeProperties()
The ThingTypeProperties for the thing type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
|
Copyright © 2020. All rights reserved.