Uses of Class
com.amazonaws.services.iotdata.model.UpdateThingShadowResult
-
Packages that use UpdateThingShadowResult Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of UpdateThingShadowResult in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata that return UpdateThingShadowResult Modifier and Type Method Description UpdateThingShadowResultAbstractAWSIotData. updateThingShadow(UpdateThingShadowRequest request)UpdateThingShadowResultAWSIotData. updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)Updates the thing shadow for the specified thing.UpdateThingShadowResultAWSIotDataClient. updateThingShadow(UpdateThingShadowRequest updateThingShadowRequest)Updates the thing shadow for the specified thing.Method parameters in com.amazonaws.services.iotdata with type arguments of type UpdateThingShadowResult 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 UpdateThingShadowResult in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return UpdateThingShadowResult Modifier and Type Method Description UpdateThingShadowResultUpdateThingShadowResult. clone()UpdateThingShadowResultUpdateThingShadowResult. withPayload(ByteBuffer payload)The state information, in JSON format.
-