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