Uses of Class
software.amazon.awssdk.services.quicksight.model.SelectAllValueOptions
-
Packages that use SelectAllValueOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SelectAllValueOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SelectAllValueOptions Modifier and Type Method Description static SelectAllValueOptionsSelectAllValueOptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SelectAllValueOptionsDestinationParameterValueConfiguration. selectAllValueOptions()The configuration that selects all options.static SelectAllValueOptionsSelectAllValueOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectAllValueOptions[]SelectAllValueOptions. 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 SelectAllValueOptions Modifier and Type Method Description static Set<SelectAllValueOptions>SelectAllValueOptions. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SelectAllValueOptions Modifier and Type Method Description DestinationParameterValueConfiguration.BuilderDestinationParameterValueConfiguration.Builder. selectAllValueOptions(SelectAllValueOptions selectAllValueOptions)The configuration that selects all options.
-