Uses of Class
software.amazon.awssdk.services.quicksight.model.FilterNullOption
-
Packages that use FilterNullOption Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FilterNullOption in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FilterNullOption Modifier and Type Method Description static FilterNullOptionFilterNullOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FilterNullOptionCustomFilterConfiguration. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionCustomFilterListConfiguration. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionFilterListConfiguration. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionNumericEqualityFilter. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionNumericRangeFilter. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionRelativeDatesFilter. nullOption()This option determines how null values should be treated when filtering data.FilterNullOptionTimeRangeFilter. nullOption()This option determines how null values should be treated when filtering data.static FilterNullOptionFilterNullOption. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FilterNullOption Modifier and Type Method Description static Set<FilterNullOption>FilterNullOption. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FilterNullOption Modifier and Type Method Description CustomFilterConfiguration.BuilderCustomFilterConfiguration.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.CustomFilterListConfiguration.BuilderCustomFilterListConfiguration.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.FilterListConfiguration.BuilderFilterListConfiguration.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.NumericEqualityFilter.BuilderNumericEqualityFilter.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.NumericRangeFilter.BuilderNumericRangeFilter.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.RelativeDatesFilter.BuilderRelativeDatesFilter.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.TimeRangeFilter.BuilderTimeRangeFilter.Builder. nullOption(FilterNullOption nullOption)This option determines how null values should be treated when filtering data.
-