Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteTopicResult> |
AmazonSNSAsyncClient.deleteTopicAsync(DeleteTopicRequest request,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler) |
Future<DeleteTopicResult> |
AbstractAmazonSNSAsync.deleteTopicAsync(DeleteTopicRequest request,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler) |
Future<DeleteTopicResult> |
AmazonSNSAsync.deleteTopicAsync(DeleteTopicRequest deleteTopicRequest,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Deletes a topic and all its subscriptions.
|
Future<DeleteTopicResult> |
AmazonSNSAsyncClient.deleteTopicAsync(String topicArn,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.
|
Future<DeleteTopicResult> |
AbstractAmazonSNSAsync.deleteTopicAsync(String topicArn,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.
|
Future<DeleteTopicResult> |
AmazonSNSAsync.deleteTopicAsync(String topicArn,
AsyncHandler<DeleteTopicRequest,DeleteTopicResult> asyncHandler)
Simplified method form for invoking the DeleteTopic operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
DeleteTopicRequest |
DeleteTopicRequest.clone() |
DeleteTopicRequest |
DeleteTopicRequest.withTopicArn(String topicArn)
The ARN of the topic you want to delete.
|
Copyright © 2022. All rights reserved.