Uses of Class
software.amazon.awssdk.services.iotdataplane.model.DeleteThingShadowResponse
-
Packages that use DeleteThingShadowResponse Package Description software.amazon.awssdk.services.iotdataplane IoT data -
-
Uses of DeleteThingShadowResponse in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane that return DeleteThingShadowResponse Modifier and Type Method Description default DeleteThingShadowResponseIotDataPlaneClient. deleteThingShadow(Consumer<DeleteThingShadowRequest.Builder> deleteThingShadowRequest)Deletes the shadow for the specified thing.default DeleteThingShadowResponseIotDataPlaneClient. deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)Deletes the shadow for the specified thing.Methods in software.amazon.awssdk.services.iotdataplane that return types with arguments of type DeleteThingShadowResponse Modifier and Type Method Description default CompletableFuture<DeleteThingShadowResponse>IotDataPlaneAsyncClient. deleteThingShadow(Consumer<DeleteThingShadowRequest.Builder> deleteThingShadowRequest)Deletes the shadow for the specified thing.default CompletableFuture<DeleteThingShadowResponse>IotDataPlaneAsyncClient. deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)Deletes the shadow for the specified thing.
-