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