Uses of Class
software.amazon.awssdk.services.quicksight.model.WordCloudWordOrientation
-
Packages that use WordCloudWordOrientation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WordCloudWordOrientation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WordCloudWordOrientation Modifier and Type Method Description static WordCloudWordOrientationWordCloudWordOrientation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WordCloudWordOrientationWordCloudWordOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static WordCloudWordOrientation[]WordCloudWordOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.WordCloudWordOrientationWordCloudOptions. wordOrientation()The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WordCloudWordOrientation Modifier and Type Method Description static Set<WordCloudWordOrientation>WordCloudWordOrientation. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type WordCloudWordOrientation Modifier and Type Method Description WordCloudOptions.BuilderWordCloudOptions.Builder. wordOrientation(WordCloudWordOrientation wordOrientation)The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
-