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