| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<CellValueSynonym> |
TopicCalculatedField.cellValueSynonyms()
The other names or aliases for the calculated field cell value.
|
List<CellValueSynonym> |
TopicColumn.cellValueSynonyms()
The other names or aliases for the column cell value.
|
| Modifier and Type | Method and Description |
|---|---|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.cellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicColumn.Builder |
TopicColumn.Builder.cellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the column cell value.
|
| Modifier and Type | Method and Description |
|---|---|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicColumn.Builder |
TopicColumn.Builder.cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the column cell value.
|
Copyright © 2023. All rights reserved.