| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTopicResponse |
SnsClient.deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)
Deletes a topic and all its subscriptions.
|
default DeleteTopicResponse |
SnsClient.deleteTopic(DeleteTopicRequest deleteTopicRequest)
Deletes a topic and all its subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteTopicResponse> |
SnsAsyncClient.deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)
Deletes a topic and all its subscriptions.
|
default CompletableFuture<DeleteTopicResponse> |
SnsAsyncClient.deleteTopic(DeleteTopicRequest deleteTopicRequest)
Deletes a topic and all its subscriptions.
|
Copyright © 2019. All rights reserved.