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