| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TimeRangeFilter |
TimeRangeFilter.clone() |
TimeRangeFilter |
Filter.getTimeRangeFilter()
A
TimeRangeFilter filters date-time values that are either inside or outside a given date/time
range. |
TimeRangeFilter |
TimeRangeFilter.withColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
TimeRangeFilter |
TimeRangeFilter.withExcludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)
The exclude period of the time range filter.
|
TimeRangeFilter |
TimeRangeFilter.withFilterId(String filterId)
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
TimeRangeFilter |
TimeRangeFilter.withIncludeMaximum(Boolean includeMaximum)
Determines whether the maximum value in the filter value range should be included in the filtered results.
|
TimeRangeFilter |
TimeRangeFilter.withIncludeMinimum(Boolean includeMinimum)
Determines whether the minimum value in the filter value range should be included in the filtered results.
|
TimeRangeFilter |
TimeRangeFilter.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
TimeRangeFilter |
TimeRangeFilter.withNullOption(String nullOption)
This option determines how null values should be treated when filtering data.
|
TimeRangeFilter |
TimeRangeFilter.withRangeMaximumValue(TimeRangeFilterValue rangeMaximumValue)
The maximum value for the filter value range.
|
TimeRangeFilter |
TimeRangeFilter.withRangeMinimumValue(TimeRangeFilterValue rangeMinimumValue)
The minimum value for the filter value range.
|
TimeRangeFilter |
TimeRangeFilter.withTimeGranularity(String timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TimeRangeFilter |
TimeRangeFilter.withTimeGranularity(TimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setTimeRangeFilter(TimeRangeFilter timeRangeFilter)
A
TimeRangeFilter filters date-time values that are either inside or outside a given date/time
range. |
Filter |
Filter.withTimeRangeFilter(TimeRangeFilter timeRangeFilter)
A
TimeRangeFilter filters date-time values that are either inside or outside a given date/time
range. |
Copyright © 2023. All rights reserved.