| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CellValueSynonym |
CellValueSynonym.clone() |
CellValueSynonym |
CellValueSynonym.withCellValue(String cellValue)
The cell value.
|
CellValueSynonym |
CellValueSynonym.withSynonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
|
CellValueSynonym |
CellValueSynonym.withSynonyms(String... synonyms)
Other names or aliases for the cell value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CellValueSynonym> |
TopicCalculatedField.getCellValueSynonyms()
The other names or aliases for the calculated field cell value.
|
List<CellValueSynonym> |
TopicColumn.getCellValueSynonyms()
The other names or aliases for the column cell value.
|
| Modifier and Type | Method and Description |
|---|---|
TopicCalculatedField |
TopicCalculatedField.withCellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicColumn |
TopicColumn.withCellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the column cell value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicCalculatedField.setCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
void |
TopicColumn.setCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the column cell value.
|
TopicCalculatedField |
TopicCalculatedField.withCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicColumn |
TopicColumn.withCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the column cell value.
|
Copyright © 2023. All rights reserved.