| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterNullOption |
FilterNullOption.fromValue(String value)
Use this in place of valueOf.
|
static FilterNullOption |
FilterNullOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterNullOption[] |
FilterNullOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFilterConfiguration |
CustomFilterConfiguration.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
CustomFilterListConfiguration |
CustomFilterListConfiguration.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
FilterListConfiguration |
FilterListConfiguration.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
RelativeDatesFilter |
RelativeDatesFilter.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
TimeRangeFilter |
TimeRangeFilter.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
NumericEqualityFilter |
NumericEqualityFilter.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
NumericRangeFilter |
NumericRangeFilter.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
Copyright © 2024. All rights reserved.