Uses of Class
software.amazon.awssdk.services.quicksight.model.ExcludePeriodConfiguration
-
Packages that use ExcludePeriodConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ExcludePeriodConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ExcludePeriodConfiguration Modifier and Type Method Description ExcludePeriodConfigurationRelativeDatesFilter. excludePeriodConfiguration()The configuration for the exclude period of the filter.ExcludePeriodConfigurationTimeRangeFilter. excludePeriodConfiguration()The exclude period of the time range filter.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ExcludePeriodConfiguration Modifier and Type Method Description RelativeDatesFilter.BuilderRelativeDatesFilter.Builder. excludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)The configuration for the exclude period of the filter.TimeRangeFilter.BuilderTimeRangeFilter.Builder. excludePeriodConfiguration(ExcludePeriodConfiguration excludePeriodConfiguration)The exclude period of the time range filter.
-