Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateTopicResponse
-
Packages that use UpdateTopicResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateTopicResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateTopicResponse Modifier and Type Method Description default UpdateTopicResponseQuickSightClient. updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)Updates a topic.default UpdateTopicResponseQuickSightClient. updateTopic(UpdateTopicRequest updateTopicRequest)Updates a topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateTopicResponse Modifier and Type Method Description default CompletableFuture<UpdateTopicResponse>QuickSightAsyncClient. updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)Updates a topic.default CompletableFuture<UpdateTopicResponse>QuickSightAsyncClient. updateTopic(UpdateTopicRequest updateTopicRequest)Updates a topic.
-