Uses of Class
com.amazonaws.services.iotdata.model.UpdateThingShadowRequest
Packages that use UpdateThingShadowRequest
-
Uses of UpdateThingShadowRequest in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata with parameters of type UpdateThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotData.updateThingShadow
(UpdateThingShadowRequest request) AWSIotData.updateThingShadow
(UpdateThingShadowRequest updateThingShadowRequest) Updates the thing shadow for the specified thing.AWSIotDataClient.updateThingShadow
(UpdateThingShadowRequest updateThingShadowRequest) Updates the thing shadow for the specified thing.AbstractAWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest request) AbstractAWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest request, AsyncHandler<UpdateThingShadowRequest, UpdateThingShadowResult> asyncHandler) AWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest updateThingShadowRequest) Updates the thing shadow for the specified thing.AWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest updateThingShadowRequest, AsyncHandler<UpdateThingShadowRequest, UpdateThingShadowResult> asyncHandler) Updates the thing shadow for the specified thing.AWSIotDataAsyncClient.updateThingShadowAsync
(UpdateThingShadowRequest request) AWSIotDataAsyncClient.updateThingShadowAsync
(UpdateThingShadowRequest request, AsyncHandler<UpdateThingShadowRequest, UpdateThingShadowResult> asyncHandler) Method parameters in com.amazonaws.services.iotdata with type arguments of type UpdateThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest request, AsyncHandler<UpdateThingShadowRequest, UpdateThingShadowResult> asyncHandler) AWSIotDataAsync.updateThingShadowAsync
(UpdateThingShadowRequest updateThingShadowRequest, AsyncHandler<UpdateThingShadowRequest, UpdateThingShadowResult> asyncHandler) Updates the thing shadow for the specified thing.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 UpdateThingShadowRequestModifier and TypeMethodDescriptionUpdateThingShadowRequest.clone()
UpdateThingShadowRequest.withPayload
(ByteBuffer payload) The state information, in JSON format.UpdateThingShadowRequest.withThingName
(String thingName) The name of the thing.