Uses of Class
software.amazon.awssdk.services.quicksight.model.WordCloudCloudLayout
-
Packages that use WordCloudCloudLayout Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WordCloudCloudLayout in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WordCloudCloudLayout Modifier and Type Method Description WordCloudCloudLayoutWordCloudOptions. cloudLayout()The cloud layout options (fluid, normal) of a word cloud.static WordCloudCloudLayoutWordCloudCloudLayout. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WordCloudCloudLayoutWordCloudCloudLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static WordCloudCloudLayout[]WordCloudCloudLayout. 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 WordCloudCloudLayout Modifier and Type Method Description static Set<WordCloudCloudLayout>WordCloudCloudLayout. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type WordCloudCloudLayout Modifier and Type Method Description WordCloudOptions.BuilderWordCloudOptions.Builder. cloudLayout(WordCloudCloudLayout cloudLayout)The cloud layout options (fluid, normal) of a word cloud.
-