Uses of Class
software.amazon.awssdk.services.quicksight.model.VisualHighlightTrigger
-
Packages that use VisualHighlightTrigger Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of VisualHighlightTrigger in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return VisualHighlightTrigger Modifier and Type Method Description static VisualHighlightTriggerVisualHighlightTrigger. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VisualHighlightTriggerVisualHighlightOperation. trigger()Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.static VisualHighlightTriggerVisualHighlightTrigger. valueOf(String name)Returns the enum constant of this type with the specified name.static VisualHighlightTrigger[]VisualHighlightTrigger. 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 VisualHighlightTrigger Modifier and Type Method Description static Set<VisualHighlightTrigger>VisualHighlightTrigger. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type VisualHighlightTrigger Modifier and Type Method Description VisualHighlightOperation.BuilderVisualHighlightOperation.Builder. trigger(VisualHighlightTrigger trigger)Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.
-