Uses of Class
software.amazon.awssdk.services.quicksight.model.CellValueSynonym
-
Packages that use CellValueSynonym Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CellValueSynonym in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CellValueSynonym Modifier and Type Method 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.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CellValueSynonym Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. cellValueSynonyms(CellValueSynonym... cellValueSynonyms)The other names or aliases for the calculated field cell value.TopicColumn.BuilderTopicColumn.Builder. cellValueSynonyms(CellValueSynonym... cellValueSynonyms)The other names or aliases for the column cell value.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CellValueSynonym Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)The other names or aliases for the calculated field cell value.TopicColumn.BuilderTopicColumn.Builder. cellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)The other names or aliases for the column cell value.
-