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