Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeTopicResponse
-
Packages that use DescribeTopicResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeTopicResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeTopicResponse Modifier and Type Method Description default DescribeTopicResponseQuickSightClient. describeTopic(Consumer<DescribeTopicRequest.Builder> describeTopicRequest)Describes a topic.default DescribeTopicResponseQuickSightClient. describeTopic(DescribeTopicRequest describeTopicRequest)Describes a topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeTopicResponse Modifier and Type Method Description default CompletableFuture<DescribeTopicResponse>QuickSightAsyncClient. describeTopic(Consumer<DescribeTopicRequest.Builder> describeTopicRequest)Describes a topic.default CompletableFuture<DescribeTopicResponse>QuickSightAsyncClient. describeTopic(DescribeTopicRequest describeTopicRequest)Describes a topic.
-