Uses of Class
com.amazonaws.services.iotdata.model.DeleteThingShadowRequest
-
Packages that use DeleteThingShadowRequest Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of DeleteThingShadowRequest in com.amazonaws.services.iotdata
Method parameters in com.amazonaws.services.iotdata with type arguments of type DeleteThingShadowRequest 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 DeleteThingShadowRequest in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return DeleteThingShadowRequest Modifier and Type Method Description DeleteThingShadowRequest
DeleteThingShadowRequest. clone()
DeleteThingShadowRequest
DeleteThingShadowRequest. withThingName(String thingName)
The name of the thing.
-