Uses of Class
software.amazon.awssdk.services.quicksight.model.CategoryFilterSelectAllOptions
-
Packages that use CategoryFilterSelectAllOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CategoryFilterSelectAllOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CategoryFilterSelectAllOptions Modifier and Type Method Description static CategoryFilterSelectAllOptionsCategoryFilterSelectAllOptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CategoryFilterSelectAllOptionsCustomFilterConfiguration. selectAllOptions()Select all of the values.CategoryFilterSelectAllOptionsCustomFilterListConfiguration. selectAllOptions()Select all of the values.CategoryFilterSelectAllOptionsFilterListConfiguration. selectAllOptions()Select all of the values.static CategoryFilterSelectAllOptionsCategoryFilterSelectAllOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryFilterSelectAllOptions[]CategoryFilterSelectAllOptions. 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 CategoryFilterSelectAllOptions Modifier and Type Method Description static Set<CategoryFilterSelectAllOptions>CategoryFilterSelectAllOptions. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CategoryFilterSelectAllOptions Modifier and Type Method Description CustomFilterConfiguration.BuilderCustomFilterConfiguration.Builder. selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)Select all of the values.CustomFilterListConfiguration.BuilderCustomFilterListConfiguration.Builder. selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)Select all of the values.FilterListConfiguration.BuilderFilterListConfiguration.Builder. selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)Select all of the values.
-