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