Uses of Class
software.amazon.awssdk.services.quicksight.model.CategoryFilterMatchOperator
-
Packages that use CategoryFilterMatchOperator Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CategoryFilterMatchOperator in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CategoryFilterMatchOperator Modifier and Type Method Description static CategoryFilterMatchOperatorCategoryFilterMatchOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CategoryFilterMatchOperatorCustomFilterConfiguration. matchOperator()The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperatorCustomFilterListConfiguration. matchOperator()The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperatorFilterListConfiguration. matchOperator()The match operator that is used to determine if a filter should be applied.static CategoryFilterMatchOperatorCategoryFilterMatchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryFilterMatchOperator[]CategoryFilterMatchOperator. 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 CategoryFilterMatchOperator Modifier and Type Method Description static Set<CategoryFilterMatchOperator>CategoryFilterMatchOperator. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CategoryFilterMatchOperator Modifier and Type Method Description CustomFilterConfiguration.BuilderCustomFilterConfiguration.Builder. matchOperator(CategoryFilterMatchOperator matchOperator)The match operator that is used to determine if a filter should be applied.CustomFilterListConfiguration.BuilderCustomFilterListConfiguration.Builder. matchOperator(CategoryFilterMatchOperator matchOperator)The match operator that is used to determine if a filter should be applied.FilterListConfiguration.BuilderFilterListConfiguration.Builder. matchOperator(CategoryFilterMatchOperator matchOperator)The match operator that is used to determine if a filter should be applied.
-