Uses of Class
com.amazonaws.services.iotdata.model.UpdateThingShadowRequest
-
Packages that use UpdateThingShadowRequest Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of UpdateThingShadowRequest in com.amazonaws.services.iotdata
Method parameters in com.amazonaws.services.iotdata with type arguments of type UpdateThingShadowRequest Modifier and Type Method Description Future<UpdateThingShadowResult>AbstractAWSIotDataAsync. updateThingShadowAsync(UpdateThingShadowRequest request, AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler)Future<UpdateThingShadowResult>AWSIotDataAsync. updateThingShadowAsync(UpdateThingShadowRequest updateThingShadowRequest, AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler)Updates the thing shadow for the specified thing.Future<UpdateThingShadowResult>AWSIotDataAsyncClient. updateThingShadowAsync(UpdateThingShadowRequest request, AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler) -
Uses of UpdateThingShadowRequest in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return UpdateThingShadowRequest Modifier and Type Method Description UpdateThingShadowRequestUpdateThingShadowRequest. clone()UpdateThingShadowRequestUpdateThingShadowRequest. withPayload(ByteBuffer payload)The state information, in JSON format.UpdateThingShadowRequestUpdateThingShadowRequest. withThingName(String thingName)The name of the thing.
-