Uses of Class
com.amazonaws.services.iot.model.DeleteThingRequest
Packages that use DeleteThingRequest
-
Uses of DeleteThingRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type DeleteThingRequestModifier 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.AbstractAWSIotAsync.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 DeleteThingRequestModifier 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 DeleteThingRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DeleteThingRequestModifier and TypeMethodDescriptionDeleteThingRequest.clone()DeleteThingRequest.withThingName(String thingName) The thing name.