| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
WordCloudOptions |
WordCloudOptions.clone() |
WordCloudOptions |
WordCloudChartConfiguration.getWordCloudOptions()
The options for a word cloud visual.
|
WordCloudOptions |
WordCloudOptions.withCloudLayout(String cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
|
WordCloudOptions |
WordCloudOptions.withCloudLayout(WordCloudCloudLayout cloudLayout)
The cloud layout options (fluid, normal) of a word cloud.
|
WordCloudOptions |
WordCloudOptions.withMaximumStringLength(Integer maximumStringLength)
The length limit of each word from 1-100.
|
WordCloudOptions |
WordCloudOptions.withWordCasing(String wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordCasing(WordCloudWordCasing wordCasing)
The word casing options (lower_case, existing_case) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordOrientation(String wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordOrientation(WordCloudWordOrientation wordOrientation)
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordPadding(String wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordPadding(WordCloudWordPadding wordPadding)
The word padding options (none, small, medium, large) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordScaling(String wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
|
WordCloudOptions |
WordCloudOptions.withWordScaling(WordCloudWordScaling wordScaling)
The word scaling options (emphasize, normal) for the words in a word cloud.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WordCloudChartConfiguration.setWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
|
WordCloudChartConfiguration |
WordCloudChartConfiguration.withWordCloudOptions(WordCloudOptions wordCloudOptions)
The options for a word cloud visual.
|
Copyright © 2024. All rights reserved.