Uses of Class
software.amazon.awssdk.services.iot.model.ThingTypeMetadata
-
Packages that use ThingTypeMetadata Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingTypeMetadata in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingTypeMetadata Modifier and Type Method Description ThingTypeMetadataDescribeThingTypeResponse. 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 it was deprecated.ThingTypeMetadataThingTypeDefinition. 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 it was deprecated.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingTypeMetadata Modifier and Type Method Description DescribeThingTypeResponse.BuilderDescribeThingTypeResponse.Builder. thingTypeMetadata(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 it was deprecated.ThingTypeDefinition.BuilderThingTypeDefinition.Builder. thingTypeMetadata(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 it was deprecated.
-