Uses of Class
software.amazon.awssdk.services.iotdataplane.model.GetThingShadowResponse
-
Packages that use GetThingShadowResponse Package Description software.amazon.awssdk.services.iotdataplane IoT data -
-
Uses of GetThingShadowResponse in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane that return GetThingShadowResponse Modifier and Type Method Description default GetThingShadowResponseIotDataPlaneClient. getThingShadow(Consumer<GetThingShadowRequest.Builder> getThingShadowRequest)Gets the shadow for the specified thing.default GetThingShadowResponseIotDataPlaneClient. getThingShadow(GetThingShadowRequest getThingShadowRequest)Gets the shadow for the specified thing.Methods in software.amazon.awssdk.services.iotdataplane that return types with arguments of type GetThingShadowResponse Modifier and Type Method Description default CompletableFuture<GetThingShadowResponse>IotDataPlaneAsyncClient. getThingShadow(Consumer<GetThingShadowRequest.Builder> getThingShadowRequest)Gets the shadow for the specified thing.default CompletableFuture<GetThingShadowResponse>IotDataPlaneAsyncClient. getThingShadow(GetThingShadowRequest getThingShadowRequest)Gets the shadow for the specified thing.
-