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 TopicVisual
CreateTopicReviewedAnswer. primaryVisual()
ThePrimaryVisual
for theCreateTopicReviewedAnswer
.TopicVisual
TopicReviewedAnswer. 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.Builder
CreateTopicReviewedAnswer.Builder. primaryVisual(TopicVisual primaryVisual)
ThePrimaryVisual
for theCreateTopicReviewedAnswer
.TopicReviewedAnswer.Builder
TopicReviewedAnswer.Builder. primaryVisual(TopicVisual primaryVisual)
The primary visual for theTopicReviewedAnswer
.TopicVisual.Builder
TopicVisual.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.Builder
TopicVisual.Builder. supportingVisuals(Collection<TopicVisual> supportingVisuals)
The supporting visuals for theTopicVisual
.
-