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