Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateTopicResult> |
AbstractAmazonQuickSightAsync.updateTopicAsync(UpdateTopicRequest request,
AsyncHandler<UpdateTopicRequest,UpdateTopicResult> asyncHandler) |
Future<UpdateTopicResult> |
AmazonQuickSightAsyncClient.updateTopicAsync(UpdateTopicRequest request,
AsyncHandler<UpdateTopicRequest,UpdateTopicResult> asyncHandler) |
Future<UpdateTopicResult> |
AmazonQuickSightAsync.updateTopicAsync(UpdateTopicRequest updateTopicRequest,
AsyncHandler<UpdateTopicRequest,UpdateTopicResult> asyncHandler)
Updates a topic.
|
Modifier and Type | Method and Description |
---|---|
UpdateTopicRequest |
UpdateTopicRequest.clone() |
UpdateTopicRequest |
UpdateTopicRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
UpdateTopicRequest |
UpdateTopicRequest.withTopic(TopicDetails topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest |
UpdateTopicRequest.withTopicId(String topicId)
The ID of the topic that you want to modify.
|
Copyright © 2023. All rights reserved.