Uses of Interface
software.amazon.awssdk.services.iot.model.CreateThingTypeRequest.Builder
-
Packages that use CreateThingTypeRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of CreateThingTypeRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type CreateThingTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateThingTypeResponse>IotAsyncClient. createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)Creates a new thing type.default CreateThingTypeResponseIotClient. createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)Creates a new thing type. -
Uses of CreateThingTypeRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateThingTypeRequest.Builder Modifier and Type Method Description static CreateThingTypeRequest.BuilderCreateThingTypeRequest. builder()CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the thing type.CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. tags(Consumer<Tag.Builder>... tags)Metadata which can be used to manage the thing type.CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. tags(Tag... tags)Metadata which can be used to manage the thing type.CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. thingTypeName(String thingTypeName)The name of the thing type.default CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)The ThingTypeProperties for the thing type to create.CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)The ThingTypeProperties for the thing type to create.CreateThingTypeRequest.BuilderCreateThingTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateThingTypeRequest.Builder Modifier and Type Method Description static Class<? extends CreateThingTypeRequest.Builder>CreateThingTypeRequest. serializableBuilderClass()
-