Uses of Class
software.amazon.awssdk.services.quicksight.model.TopicVisual
-
Packages that use TopicVisual Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicVisual in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicVisual Modifier and Type Method Description TopicVisualCreateTopicReviewedAnswer. primaryVisual()ThePrimaryVisualfor theCreateTopicReviewedAnswer.TopicVisualTopicReviewedAnswer. primaryVisual()The primary visual for theTopicReviewedAnswer.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicVisual Modifier and Type Method Description List<TopicVisual>TopicVisual. supportingVisuals()The supporting visuals for theTopicVisual.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopicVisual Modifier and Type Method Description CreateTopicReviewedAnswer.BuilderCreateTopicReviewedAnswer.Builder. primaryVisual(TopicVisual primaryVisual)ThePrimaryVisualfor theCreateTopicReviewedAnswer.TopicReviewedAnswer.BuilderTopicReviewedAnswer.Builder. primaryVisual(TopicVisual primaryVisual)The primary visual for theTopicReviewedAnswer.TopicVisual.BuilderTopicVisual.Builder. supportingVisuals(TopicVisual... supportingVisuals)The supporting visuals for theTopicVisual.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicVisual Modifier and Type Method Description TopicVisual.BuilderTopicVisual.Builder. supportingVisuals(Collection<TopicVisual> supportingVisuals)The supporting visuals for theTopicVisual.
-