Uses of Class
software.amazon.awssdk.services.quicksight.model.TopicDetails
-
Packages that use TopicDetails Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicDetails in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicDetails Modifier and Type Method Description TopicDetailsCreateTopicRequest. topic()The definition of a topic to create.TopicDetailsDescribeTopicResponse. topic()The definition of a topic.TopicDetailsUpdateTopicRequest. topic()The definition of the topic that you want to update.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TopicDetails Modifier and Type Method Description CreateTopicRequest.BuilderCreateTopicRequest.Builder. topic(TopicDetails topic)The definition of a topic to create.DescribeTopicResponse.BuilderDescribeTopicResponse.Builder. topic(TopicDetails topic)The definition of a topic.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. topic(TopicDetails topic)The definition of the topic that you want to update.
-