Uses of Class
software.amazon.awssdk.services.iot.model.ThingTypeProperties
-
Packages that use ThingTypeProperties Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingTypeProperties in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingTypeProperties Modifier and Type Method Description ThingTypePropertiesCreateThingTypeRequest. thingTypeProperties()The ThingTypeProperties for the thing type to create.ThingTypePropertiesDescribeThingTypeResponse. thingTypeProperties()The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.ThingTypePropertiesThingTypeDefinition. thingTypeProperties()The ThingTypeProperties for the thing type.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingTypeProperties Modifier and Type Method Description CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)The ThingTypeProperties for the thing type to create.DescribeThingTypeResponse.BuilderDescribeThingTypeResponse.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.ThingTypeDefinition.BuilderThingTypeDefinition.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)The ThingTypeProperties for the thing type.
-