Uses of Class
software.amazon.awssdk.services.quicksight.model.RelativeDateType
-
Packages that use RelativeDateType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RelativeDateType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RelativeDateType Modifier and Type Method Description static RelativeDateTypeRelativeDateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelativeDateTypeRelativeDatesFilter. relativeDateType()The range date type of the filter.static RelativeDateTypeRelativeDateType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeDateType[]RelativeDateType. 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 RelativeDateType Modifier and Type Method Description static Set<RelativeDateType>RelativeDateType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RelativeDateType Modifier and Type Method Description RelativeDatesFilter.BuilderRelativeDatesFilter.Builder. relativeDateType(RelativeDateType relativeDateType)The range date type of the filter.
-