Uses of Class
software.amazon.awssdk.services.iot.model.UpdateThingTypeResponse
-
Packages that use UpdateThingTypeResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateThingTypeResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateThingTypeResponse Modifier and Type Method Description default UpdateThingTypeResponseIotClient. updateThingType(Consumer<UpdateThingTypeRequest.Builder> updateThingTypeRequest)Updates a thing type.default UpdateThingTypeResponseIotClient. updateThingType(UpdateThingTypeRequest updateThingTypeRequest)Updates a thing type.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateThingTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateThingTypeResponse>IotAsyncClient. updateThingType(Consumer<UpdateThingTypeRequest.Builder> updateThingTypeRequest)Updates a thing type.default CompletableFuture<UpdateThingTypeResponse>IotAsyncClient. updateThingType(UpdateThingTypeRequest updateThingTypeRequest)Updates a thing type.
-