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