Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateTopicRefreshScheduleResponse
-
Packages that use UpdateTopicRefreshScheduleResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateTopicRefreshScheduleResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateTopicRefreshScheduleResponse Modifier and Type Method Description default UpdateTopicRefreshScheduleResponseQuickSightClient. updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)Updates a topic refresh schedule.default UpdateTopicRefreshScheduleResponseQuickSightClient. updateTopicRefreshSchedule(UpdateTopicRefreshScheduleRequest updateTopicRefreshScheduleRequest)Updates a topic refresh schedule.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateTopicRefreshScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateTopicRefreshScheduleResponse>QuickSightAsyncClient. updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)Updates a topic refresh schedule.default CompletableFuture<UpdateTopicRefreshScheduleResponse>QuickSightAsyncClient. updateTopicRefreshSchedule(UpdateTopicRefreshScheduleRequest updateTopicRefreshScheduleRequest)Updates a topic refresh schedule.
-