Uses of Class
software.amazon.awssdk.services.quicksight.model.TopicIRGroupBy
-
Packages that use TopicIRGroupBy Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicIRGroupBy in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicIRGroupBy Modifier and Type Method Description List<TopicIRGroupBy>TopicIR. groupByList()The GroupBy list for theTopicIR.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopicIRGroupBy Modifier and Type Method Description TopicIR.BuilderTopicIR.Builder. groupByList(TopicIRGroupBy... groupByList)The GroupBy list for theTopicIR.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicIRGroupBy Modifier and Type Method Description TopicIR.BuilderTopicIR.Builder. groupByList(Collection<TopicIRGroupBy> groupByList)The GroupBy list for theTopicIR.
-