Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteTopicResponse
-
Packages that use DeleteTopicResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteTopicResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteTopicResponse Modifier and Type Method Description default DeleteTopicResponseQuickSightClient. deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)Deletes a topic.default DeleteTopicResponseQuickSightClient. deleteTopic(DeleteTopicRequest deleteTopicRequest)Deletes a topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteTopicResponse Modifier and Type Method Description default CompletableFuture<DeleteTopicResponse>QuickSightAsyncClient. deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest)Deletes a topic.default CompletableFuture<DeleteTopicResponse>QuickSightAsyncClient. deleteTopic(DeleteTopicRequest deleteTopicRequest)Deletes a topic.
-