Uses of Interface
software.amazon.awssdk.services.iot.model.UpdateThingTypeRequest.Builder
-
Packages that use UpdateThingTypeRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of UpdateThingTypeRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type UpdateThingTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateThingTypeResponse>IotAsyncClient. updateThingType(Consumer<UpdateThingTypeRequest.Builder> updateThingTypeRequest)Updates a thing type.default UpdateThingTypeResponseIotClient. updateThingType(Consumer<UpdateThingTypeRequest.Builder> updateThingTypeRequest)Updates a thing type. -
Uses of UpdateThingTypeRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return UpdateThingTypeRequest.Builder Modifier and Type Method Description static UpdateThingTypeRequest.BuilderUpdateThingTypeRequest. builder()UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. thingTypeName(String thingTypeName)The name of a thing type.default UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)Sets the value of the ThingTypeProperties property for this object.UpdateThingTypeRequest.BuilderUpdateThingTypeRequest.Builder. thingTypeProperties(ThingTypeProperties thingTypeProperties)Sets the value of the ThingTypeProperties property for this object.UpdateThingTypeRequest.BuilderUpdateThingTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type UpdateThingTypeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateThingTypeRequest.Builder>UpdateThingTypeRequest. serializableBuilderClass()
-