| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.clone() |
ExcludePeriodConfiguration |
RelativeDatesFilter.getExcludePeriodConfiguration()
The configuration for the exclude period of the filter.
|
ExcludePeriodConfiguration |
TimeRangeFilter.getExcludePeriodConfiguration()
The exclude period of the time range filter.
|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.withAmount(Integer amount)
The amount or number of the exclude period.
|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.withGranularity(String granularity)
The granularity or unit (day, month, year) of the exclude period.
|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.withGranularity(TimeGranularity granularity)
The granularity or unit (day, month, year) of the exclude period.
|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.withStatus(String status)
The status of the exclude period.
|
ExcludePeriodConfiguration |
ExcludePeriodConfiguration.withStatus(WidgetStatus status)
The status of the exclude period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeDatesFilter.setExcludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)
The configuration for the exclude period of the filter.
|
void |
TimeRangeFilter.setExcludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)
The exclude period of the time range filter.
|
RelativeDatesFilter |
RelativeDatesFilter.withExcludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)
The configuration for the exclude period of the filter.
|
TimeRangeFilter |
TimeRangeFilter.withExcludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)
The exclude period of the time range filter.
|
Copyright © 2024. All rights reserved.