| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NumericRangeFilterValue |
NumericRangeFilterValue.clone() |
NumericRangeFilterValue |
NumericRangeFilter.getRangeMaximum()
The maximum value for the filter value range.
|
NumericRangeFilterValue |
NumericRangeFilter.getRangeMinimum()
The minimum value for the filter value range.
|
NumericRangeFilterValue |
NumericRangeFilterValue.withParameter(String parameter)
The parameter that is used in the numeric range.
|
NumericRangeFilterValue |
NumericRangeFilterValue.withStaticValue(Double staticValue)
The static value of the numeric range filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericRangeFilter.setRangeMaximum(NumericRangeFilterValue rangeMaximum)
The maximum value for the filter value range.
|
void |
NumericRangeFilter.setRangeMinimum(NumericRangeFilterValue rangeMinimum)
The minimum value for the filter value range.
|
NumericRangeFilter |
NumericRangeFilter.withRangeMaximum(NumericRangeFilterValue rangeMaximum)
The maximum value for the filter value range.
|
NumericRangeFilter |
NumericRangeFilter.withRangeMinimum(NumericRangeFilterValue rangeMinimum)
The minimum value for the filter value range.
|
Copyright © 2024. All rights reserved.