Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicResult> |
AbstractAmazonQuickSightAsync.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsyncClient.createTopicAsync(CreateTopicRequest request,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler) |
Future<CreateTopicResult> |
AmazonQuickSightAsync.createTopicAsync(CreateTopicRequest createTopicRequest,
AsyncHandler<CreateTopicRequest,CreateTopicResult> asyncHandler)
Creates a new Q topic.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicRequest |
CreateTopicRequest.clone() |
CreateTopicRequest |
CreateTopicRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to create a topic in.
|
CreateTopicRequest |
CreateTopicRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
|
CreateTopicRequest |
CreateTopicRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
|
CreateTopicRequest |
CreateTopicRequest.withTopic(TopicDetails topic)
The definition of a topic to create.
|
CreateTopicRequest |
CreateTopicRequest.withTopicId(String topicId)
The ID for the topic that you want to create.
|
Copyright © 2023. All rights reserved.