Uses of Class
com.amazonaws.services.iot.model.DeleteThingRequest
-
Packages that use DeleteThingRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of DeleteThingRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type DeleteThingRequest Modifier and Type Method Description Future<DeleteThingResult>
AbstractAWSIotAsync. deleteThingAsync(DeleteThingRequest request, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Future<DeleteThingResult>
AWSIotAsync. deleteThingAsync(DeleteThingRequest deleteThingRequest, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Deletes the specified thing from the Thing Registry.Future<DeleteThingResult>
AWSIotAsyncClient. deleteThingAsync(DeleteThingRequest request, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
-
Uses of DeleteThingRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DeleteThingRequest Modifier and Type Method Description DeleteThingRequest
DeleteThingRequest. clone()
DeleteThingRequest
DeleteThingRequest. withThingName(String thingName)
The thing name.
-