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