Uses of Class
software.amazon.awssdk.services.iot.model.UpdateThingRequest
-
Packages that use UpdateThingRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateThingRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateThingRequest Modifier and Type Method Description default CompletableFuture<UpdateThingResponse>IotAsyncClient. updateThing(UpdateThingRequest updateThingRequest)Updates the data for a thing.default UpdateThingResponseIotClient. updateThing(UpdateThingRequest updateThingRequest)Updates the data for a thing. -
Uses of UpdateThingRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateThingRequest Modifier and Type Method Description SdkHttpFullRequestUpdateThingRequestMarshaller. marshall(UpdateThingRequest updateThingRequest)
-