Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTopicRefreshSchedulesResponse
-
Packages that use ListTopicRefreshSchedulesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of ListTopicRefreshSchedulesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListTopicRefreshSchedulesResponse Modifier and Type Method Description default ListTopicRefreshSchedulesResponseQuickSightClient. listTopicRefreshSchedules(Consumer<ListTopicRefreshSchedulesRequest.Builder> listTopicRefreshSchedulesRequest)Lists all of the refresh schedules for a topic.default ListTopicRefreshSchedulesResponseQuickSightClient. listTopicRefreshSchedules(ListTopicRefreshSchedulesRequest listTopicRefreshSchedulesRequest)Lists all of the refresh schedules for a topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListTopicRefreshSchedulesResponse Modifier and Type Method Description default CompletableFuture<ListTopicRefreshSchedulesResponse>QuickSightAsyncClient. listTopicRefreshSchedules(Consumer<ListTopicRefreshSchedulesRequest.Builder> listTopicRefreshSchedulesRequest)Lists all of the refresh schedules for a topic.default CompletableFuture<ListTopicRefreshSchedulesResponse>QuickSightAsyncClient. listTopicRefreshSchedules(ListTopicRefreshSchedulesRequest listTopicRefreshSchedulesRequest)Lists all of the refresh schedules for a topic.
-