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