Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateTopicResponse
-
Packages that use CreateTopicResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateTopicResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateTopicResponse Modifier and Type Method Description default CreateTopicResponseQuickSightClient. createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)Creates a new Q topic.default CreateTopicResponseQuickSightClient. createTopic(CreateTopicRequest createTopicRequest)Creates a new Q topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateTopicResponse Modifier and Type Method Description default CompletableFuture<CreateTopicResponse>QuickSightAsyncClient. createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)Creates a new Q topic.default CompletableFuture<CreateTopicResponse>QuickSightAsyncClient. createTopic(CreateTopicRequest createTopicRequest)Creates a new Q topic.
-