| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRangeFilterConstant |
TopicRangeFilterConstant.clone() |
TopicRangeFilterConstant |
TopicDateRangeFilter.getConstant()
The constant used in a date range filter.
|
TopicRangeFilterConstant |
TopicNumericRangeFilter.getConstant()
The constant used in a numeric range filter.
|
TopicRangeFilterConstant |
TopicRangeFilterConstant.withConstantType(ConstantType constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant |
TopicRangeFilterConstant.withConstantType(String constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant |
TopicRangeFilterConstant.withRangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicDateRangeFilter.setConstant(TopicRangeFilterConstant constant)
The constant used in a date range filter.
|
void |
TopicNumericRangeFilter.setConstant(TopicRangeFilterConstant constant)
The constant used in a numeric range filter.
|
TopicDateRangeFilter |
TopicDateRangeFilter.withConstant(TopicRangeFilterConstant constant)
The constant used in a date range filter.
|
TopicNumericRangeFilter |
TopicNumericRangeFilter.withConstant(TopicRangeFilterConstant constant)
The constant used in a numeric range filter.
|
Copyright © 2024. All rights reserved.