Uses of Class
software.amazon.awssdk.services.quicksight.model.CollectiveConstantEntry
-
Packages that use CollectiveConstantEntry Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CollectiveConstantEntry in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CollectiveConstantEntry Modifier and Type Method Description List<CollectiveConstantEntry>TopicConstantValue. valueList()The value list of theTopicConstantValue.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CollectiveConstantEntry Modifier and Type Method Description TopicConstantValue.BuilderTopicConstantValue.Builder. valueList(CollectiveConstantEntry... valueList)The value list of theTopicConstantValue.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CollectiveConstantEntry Modifier and Type Method Description TopicConstantValue.BuilderTopicConstantValue.Builder. valueList(Collection<CollectiveConstantEntry> valueList)The value list of theTopicConstantValue.
-