Uses of Class
software.amazon.awssdk.services.iotdataplane.model.UpdateThingShadowResponse
-
Packages that use UpdateThingShadowResponse Package Description software.amazon.awssdk.services.iotdataplane IoT data -
-
Uses of UpdateThingShadowResponse in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane that return UpdateThingShadowResponse Modifier and Type Method Description default UpdateThingShadowResponseIotDataPlaneClient. updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)Updates the shadow for the specified thing.default UpdateThingShadowResponseIotDataPlaneClient. updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)Updates the shadow for the specified thing.Methods in software.amazon.awssdk.services.iotdataplane that return types with arguments of type UpdateThingShadowResponse Modifier and Type Method Description default CompletableFuture<UpdateThingShadowResponse>IotDataPlaneAsyncClient. updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)Updates the shadow for the specified thing.default CompletableFuture<UpdateThingShadowResponse>IotDataPlaneAsyncClient. updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)Updates the shadow for the specified thing.
-