Uses of Class
com.amazonaws.services.sns.model.DeleteTopicResult
Packages that use DeleteTopicResult
-
Uses of DeleteTopicResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return DeleteTopicResultModifier and TypeMethodDescriptionAbstractAmazonSNS.deleteTopic
(DeleteTopicRequest request) AbstractAmazonSNS.deleteTopic
(String topicArn) AmazonSNS.deleteTopic
(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.AmazonSNS.deleteTopic
(String topicArn) Simplified method form for invoking the DeleteTopic operation.AmazonSNSClient.deleteTopic
(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.AmazonSNSClient.deleteTopic
(String topicArn) Methods in com.amazonaws.services.sns that return types with arguments of type DeleteTopicResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest request) AbstractAmazonSNSAsync.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) AbstractAmazonSNSAsync.deleteTopicAsync
(String topicArn) Simplified method form for invoking the DeleteTopic operation.AbstractAmazonSNSAsync.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an 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.AmazonSNSAsync.deleteTopicAsync
(String topicArn) Simplified method form for invoking the DeleteTopic operation.AmazonSNSAsync.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.AmazonSNSAsyncClient.deleteTopicAsync
(DeleteTopicRequest request) AmazonSNSAsyncClient.deleteTopicAsync
(DeleteTopicRequest request, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) AmazonSNSAsyncClient.deleteTopicAsync
(String topicArn) Simplified method form for invoking the DeleteTopic operation.AmazonSNSAsyncClient.deleteTopicAsync
(String topicArn, AsyncHandler<DeleteTopicRequest, DeleteTopicResult> asyncHandler) Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type DeleteTopicResultModifier 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 DeleteTopicResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return DeleteTopicResult