Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeTopicRefreshScheduleResponse
-
Packages that use DescribeTopicRefreshScheduleResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeTopicRefreshScheduleResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeTopicRefreshScheduleResponse Modifier and Type Method Description default DescribeTopicRefreshScheduleResponseQuickSightClient. describeTopicRefreshSchedule(Consumer<DescribeTopicRefreshScheduleRequest.Builder> describeTopicRefreshScheduleRequest)Deletes a topic refresh schedule.default DescribeTopicRefreshScheduleResponseQuickSightClient. describeTopicRefreshSchedule(DescribeTopicRefreshScheduleRequest describeTopicRefreshScheduleRequest)Deletes a topic refresh schedule.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeTopicRefreshScheduleResponse Modifier and Type Method Description default CompletableFuture<DescribeTopicRefreshScheduleResponse>QuickSightAsyncClient. describeTopicRefreshSchedule(Consumer<DescribeTopicRefreshScheduleRequest.Builder> describeTopicRefreshScheduleRequest)Deletes a topic refresh schedule.default CompletableFuture<DescribeTopicRefreshScheduleResponse>QuickSightAsyncClient. describeTopicRefreshSchedule(DescribeTopicRefreshScheduleRequest describeTopicRefreshScheduleRequest)Deletes a topic refresh schedule.
-