| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicDetails |
TopicDetails.clone() |
TopicDetails |
UpdateTopicRequest.getTopic()
The definition of the topic that you want to update.
|
TopicDetails |
DescribeTopicResult.getTopic()
The definition of a topic.
|
TopicDetails |
CreateTopicRequest.getTopic()
The definition of a topic to create.
|
TopicDetails |
TopicDetails.withDataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
|
TopicDetails |
TopicDetails.withDataSets(DatasetMetadata... dataSets)
The data sets that the topic is associated with.
|
TopicDetails |
TopicDetails.withDescription(String description)
The description of the topic.
|
TopicDetails |
TopicDetails.withName(String name)
The name of the topic.
|
TopicDetails |
TopicDetails.withUserExperienceVersion(String userExperienceVersion)
The user experience version of a topic.
|
TopicDetails |
TopicDetails.withUserExperienceVersion(TopicUserExperienceVersion userExperienceVersion)
The user experience version of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTopicRequest.setTopic(TopicDetails topic)
The definition of the topic that you want to update.
|
void |
DescribeTopicResult.setTopic(TopicDetails topic)
The definition of a topic.
|
void |
CreateTopicRequest.setTopic(TopicDetails topic)
The definition of a topic to create.
|
UpdateTopicRequest |
UpdateTopicRequest.withTopic(TopicDetails topic)
The definition of the topic that you want to update.
|
DescribeTopicResult |
DescribeTopicResult.withTopic(TopicDetails topic)
The definition of a topic.
|
CreateTopicRequest |
CreateTopicRequest.withTopic(TopicDetails topic)
The definition of a topic to create.
|
Copyright © 2024. All rights reserved.