Uses of Class
com.amazonaws.services.sns.model.DeleteTopicRequest
Packages that use DeleteTopicRequest
-
Uses of DeleteTopicRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type DeleteTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.deleteTopic
(DeleteTopicRequest request) AmazonSNS.deleteTopic
(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.AmazonSNSClient.deleteTopic
(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.AbstractAmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest request) AbstractAmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) AmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.AmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest deleteTopicRequest, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Deletes a topic and all its subscriptions.AmazonSNSAsyncClient.deleteTopicAsync
(DeleteTopicRequest request) AmazonSNSAsyncClient.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type DeleteTopicRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) AbstractAmazonSNSAsync.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.AmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest deleteTopicRequest, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Deletes a topic and all its subscriptions.AmazonSNSAsync.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.AmazonSNSAsyncClient.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) AmazonSNSAsyncClient.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler. -
Uses of DeleteTopicRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return DeleteTopicRequestModifier and TypeMethodDescriptionDeleteTopicRequest.clone()
DeleteTopicRequest.withTopicArn
(String topicArn) The ARN of the topic you want to delete.