Uses of Class
com.amazonaws.services.iot.model.DeleteThingResult
-
Packages that use DeleteThingResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of DeleteThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return DeleteThingResult Modifier and Type Method Description DeleteThingResult
AbstractAWSIot. deleteThing(DeleteThingRequest request)
DeleteThingResult
AWSIot. deleteThing(DeleteThingRequest deleteThingRequest)
Deletes the specified thing from the Thing Registry.DeleteThingResult
AWSIotClient. deleteThing(DeleteThingRequest deleteThingRequest)
Deletes the specified thing from the Thing Registry.Methods in com.amazonaws.services.iot that return types with arguments of type DeleteThingResult Modifier and Type Method Description Future<DeleteThingResult>
AbstractAWSIotAsync. deleteThingAsync(DeleteThingRequest request)
Future<DeleteThingResult>
AbstractAWSIotAsync. deleteThingAsync(DeleteThingRequest request, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Future<DeleteThingResult>
AWSIotAsync. deleteThingAsync(DeleteThingRequest deleteThingRequest)
Deletes the specified thing from the Thing Registry.Future<DeleteThingResult>
AWSIotAsync. deleteThingAsync(DeleteThingRequest deleteThingRequest, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Deletes the specified thing from the Thing Registry.Future<DeleteThingResult>
AWSIotAsyncClient. deleteThingAsync(DeleteThingRequest request)
Future<DeleteThingResult>
AWSIotAsyncClient. deleteThingAsync(DeleteThingRequest request, AsyncHandler<DeleteThingRequest,DeleteThingResult> asyncHandler)
Method parameters in com.amazonaws.services.iot with type arguments of type DeleteThingResult 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 DeleteThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DeleteThingResult Modifier and Type Method Description DeleteThingResult
DeleteThingResult. clone()
-