| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RefreshFrequency |
RefreshFrequency.clone() |
RefreshFrequency |
RefreshSchedule.getScheduleFrequency()
The frequency for the refresh schedule.
|
RefreshFrequency |
RefreshFrequency.withInterval(RefreshInterval interval)
The interval between scheduled refreshes.
|
RefreshFrequency |
RefreshFrequency.withInterval(String interval)
The interval between scheduled refreshes.
|
RefreshFrequency |
RefreshFrequency.withRefreshOnDay(ScheduleRefreshOnEntity refreshOnDay)
The day of the week that you want to schedule the refresh on.
|
RefreshFrequency |
RefreshFrequency.withTimeOfTheDay(String timeOfTheDay)
The time of day that you want the datset to refresh.
|
RefreshFrequency |
RefreshFrequency.withTimezone(String timezone)
The timezone that you want the refresh schedule to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefreshSchedule.setScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
|
RefreshSchedule |
RefreshSchedule.withScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
|
Copyright © 2023. All rights reserved.