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 DeleteThingShadowResult
AbstractAWSIotData. deleteThingShadow(DeleteThingShadowRequest request)
DeleteThingShadowResult
AWSIotData. deleteThingShadow(DeleteThingShadowRequest deleteThingShadowRequest)
Deletes the thing shadow for the specified thing.DeleteThingShadowResult
AWSIotDataClient. 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 DeleteThingShadowResult
DeleteThingShadowResult. clone()
DeleteThingShadowResult
DeleteThingShadowResult. withPayload(ByteBuffer payload)
The state information, in JSON format.
-