Uses of Class
software.amazon.awssdk.services.quicksight.model.TopicRefreshScheduleSummary
-
Packages that use TopicRefreshScheduleSummary Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicRefreshScheduleSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicRefreshScheduleSummary Modifier and Type Method Description List<TopicRefreshScheduleSummary>ListTopicRefreshSchedulesResponse. refreshSchedules()The list of topic refresh schedules.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopicRefreshScheduleSummary Modifier and Type Method Description ListTopicRefreshSchedulesResponse.BuilderListTopicRefreshSchedulesResponse.Builder. refreshSchedules(TopicRefreshScheduleSummary... refreshSchedules)The list of topic refresh schedules.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicRefreshScheduleSummary Modifier and Type Method Description ListTopicRefreshSchedulesResponse.BuilderListTopicRefreshSchedulesResponse.Builder. refreshSchedules(Collection<TopicRefreshScheduleSummary> refreshSchedules)The list of topic refresh schedules.
-