| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopBottomFilter |
TopBottomFilter.clone() |
TopBottomFilter |
Filter.getTopBottomFilter()
A
TopBottomFilter filters data to the top or bottom values for a given column. |
TopBottomFilter |
TopBottomFilter.withAggregationSortConfigurations(AggregationSortConfiguration... aggregationSortConfigurations)
The aggregation and sort configuration of the top bottom filter.
|
TopBottomFilter |
TopBottomFilter.withAggregationSortConfigurations(Collection<AggregationSortConfiguration> aggregationSortConfigurations)
The aggregation and sort configuration of the top bottom filter.
|
TopBottomFilter |
TopBottomFilter.withColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
TopBottomFilter |
TopBottomFilter.withFilterId(String filterId)
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
TopBottomFilter |
TopBottomFilter.withLimit(Integer limit)
The number of items to include in the top bottom filter results.
|
TopBottomFilter |
TopBottomFilter.withParameterName(String parameterName)
The parameter whose value should be used for the filter value.
|
TopBottomFilter |
TopBottomFilter.withTimeGranularity(String timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopBottomFilter |
TopBottomFilter.withTimeGranularity(TimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setTopBottomFilter(TopBottomFilter topBottomFilter)
A
TopBottomFilter filters data to the top or bottom values for a given column. |
Filter |
Filter.withTopBottomFilter(TopBottomFilter topBottomFilter)
A
TopBottomFilter filters data to the top or bottom values for a given column. |
Copyright © 2023. All rights reserved.