Uses of Class
software.amazon.awssdk.services.quicksight.model.CommitMode
-
Packages that use CommitMode Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CommitMode in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CommitMode Modifier and Type Method Description CommitModeDefaultDateTimePickerControlOptions. commitMode()The visibility configuration of the Apply button on aDateTimePickerControl.CommitModeDefaultFilterDropDownControlOptions. commitMode()The visibility configuration of the Apply button on aFilterDropDownControl.CommitModeDefaultRelativeDateTimeControlOptions. commitMode()The visibility configuration of the Apply button on aRelativeDateTimeControl.CommitModeFilterDateTimePickerControl. commitMode()The visibility configurationof the Apply button on aDateTimePickerControl.CommitModeFilterDropDownControl. commitMode()The visibility configuration of the Apply button on aFilterDropDownControl.CommitModeFilterRelativeDateTimeControl. commitMode()The visibility configuration of the Apply button on aFilterRelativeDateTimeControl.CommitModeParameterDropDownControl. commitMode()The visibility configuration of the Apply button on aParameterDropDownControl.static CommitModeCommitMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CommitModeCommitMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitMode[]CommitMode. 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 CommitMode Modifier and Type Method Description static Set<CommitMode>CommitMode. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CommitMode Modifier and Type Method Description DefaultDateTimePickerControlOptions.BuilderDefaultDateTimePickerControlOptions.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aDateTimePickerControl.DefaultFilterDropDownControlOptions.BuilderDefaultFilterDropDownControlOptions.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aFilterDropDownControl.DefaultRelativeDateTimeControlOptions.BuilderDefaultRelativeDateTimeControlOptions.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aRelativeDateTimeControl.FilterDateTimePickerControl.BuilderFilterDateTimePickerControl.Builder. commitMode(CommitMode commitMode)The visibility configurationof the Apply button on aDateTimePickerControl.FilterDropDownControl.BuilderFilterDropDownControl.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aFilterDropDownControl.FilterRelativeDateTimeControl.BuilderFilterRelativeDateTimeControl.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aFilterRelativeDateTimeControl.ParameterDropDownControl.BuilderParameterDropDownControl.Builder. commitMode(CommitMode commitMode)The visibility configuration of the Apply button on aParameterDropDownControl.
-