Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeTopicRefreshResponse
-
Packages that use DescribeTopicRefreshResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeTopicRefreshResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeTopicRefreshResponse Modifier and Type Method Description default DescribeTopicRefreshResponseQuickSightClient. describeTopicRefresh(Consumer<DescribeTopicRefreshRequest.Builder> describeTopicRefreshRequest)Describes the status of a topic refresh.default DescribeTopicRefreshResponseQuickSightClient. describeTopicRefresh(DescribeTopicRefreshRequest describeTopicRefreshRequest)Describes the status of a topic refresh.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeTopicRefreshResponse Modifier and Type Method Description default CompletableFuture<DescribeTopicRefreshResponse>QuickSightAsyncClient. describeTopicRefresh(Consumer<DescribeTopicRefreshRequest.Builder> describeTopicRefreshRequest)Describes the status of a topic refresh.default CompletableFuture<DescribeTopicRefreshResponse>QuickSightAsyncClient. describeTopicRefresh(DescribeTopicRefreshRequest describeTopicRefreshRequest)Describes the status of a topic refresh.
-