Uses of Interface
software.amazon.awssdk.services.iot.model.ThingTypeMetadata.Builder
-
Packages that use ThingTypeMetadata.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingTypeMetadata.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingTypeMetadata.Builder Modifier and Type Method Description static ThingTypeMetadata.BuilderThingTypeMetadata. builder()ThingTypeMetadata.BuilderThingTypeMetadata.Builder. creationDate(Instant creationDate)The date and time when the thing type was created.ThingTypeMetadata.BuilderThingTypeMetadata.Builder. deprecated(Boolean deprecated)Whether the thing type is deprecated.ThingTypeMetadata.BuilderThingTypeMetadata.Builder. deprecationDate(Instant deprecationDate)The date and time when the thing type was deprecated.ThingTypeMetadata.BuilderThingTypeMetadata. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingTypeMetadata.Builder Modifier and Type Method Description static Class<? extends ThingTypeMetadata.Builder>ThingTypeMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingTypeMetadata.Builder Modifier and Type Method Description default DescribeThingTypeResponse.BuilderDescribeThingTypeResponse.Builder. thingTypeMetadata(Consumer<ThingTypeMetadata.Builder> 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.default ThingTypeDefinition.BuilderThingTypeDefinition.Builder. thingTypeMetadata(Consumer<ThingTypeMetadata.Builder> 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.
-