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, a list of searchable thing attribute names, and MQTT5 configuration.ThingTypePropertiesThingTypeDefinition. thingTypeProperties()The ThingTypeProperties for the thing type.ThingTypePropertiesUpdateThingTypeRequest. thingTypeProperties()Returns the value of the ThingTypeProperties property for this object.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, a list of searchable thing attribute names, and MQTT5 configuration.ThingTypeDefinition.BuilderThingTypeDefinition.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)The ThingTypeProperties for the thing type.UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)Sets the value of the ThingTypeProperties property for this object.
-