Uses of Class
com.amazonaws.services.iotdata.model.DeleteThingShadowResult
-
Packages that use DeleteThingShadowResult Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of DeleteThingShadowResult in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata that return DeleteThingShadowResult Modifier and Type Method Description DeleteThingShadowResultAbstractAWSIotData. deleteThingShadow(DeleteThingShadowRequest request)DeleteThingShadowResultAWSIotData. deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)Deletes the thing shadow for the specified thing.DeleteThingShadowResultAWSIotDataClient. deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)Deletes the thing shadow for the specified thing.Method parameters in com.amazonaws.services.iotdata with type arguments of type DeleteThingShadowResult Modifier and Type Method Description Future<DeleteThingShadowResult>AbstractAWSIotDataAsync. deleteThingShadowAsync(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest,DeleteThingShadowResult> asyncHandler)Future<DeleteThingShadowResult>AWSIotDataAsync. deleteThingShadowAsync(DeleteThingShadowRequest deleteThingShadowRequest, AsyncHandler<DeleteThingShadowRequest,DeleteThingShadowResult> asyncHandler)Deletes the thing shadow for the specified thing.Future<DeleteThingShadowResult>AWSIotDataAsyncClient. deleteThingShadowAsync(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest,DeleteThingShadowResult> asyncHandler) -
Uses of DeleteThingShadowResult in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return DeleteThingShadowResult Modifier and Type Method Description DeleteThingShadowResultDeleteThingShadowResult. clone()DeleteThingShadowResultDeleteThingShadowResult. withPayload(ByteBuffer payload)The state information, in JSON format.
-