Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
UpdateTopicResult |
AbstractAmazonQuickSight.updateTopic(UpdateTopicRequest request) |
UpdateTopicResult |
AmazonQuickSightClient.updateTopic(UpdateTopicRequest request)
Updates a topic.
|
UpdateTopicResult |
AmazonQuickSight.updateTopic(UpdateTopicRequest updateTopicRequest)
Updates a topic.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateTopicResult> |
AbstractAmazonQuickSightAsync.updateTopicAsync(UpdateTopicRequest request) |
Future<UpdateTopicResult> |
AmazonQuickSightAsyncClient.updateTopicAsync(UpdateTopicRequest request) |
Future<UpdateTopicResult> |
AmazonQuickSightAsync.updateTopicAsync(UpdateTopicRequest updateTopicRequest)
Updates a topic.
|
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 |
---|---|
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 |
---|---|
UpdateTopicResult |
UpdateTopicResult.clone() |
UpdateTopicResult |
UpdateTopicResult.withArn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
UpdateTopicResult |
UpdateTopicResult.withRefreshArn(String refreshArn)
The Amazon Resource Name (ARN) of the topic refresh.
|
UpdateTopicResult |
UpdateTopicResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateTopicResult |
UpdateTopicResult.withStatus(Integer status)
The HTTP status of the request.
|
UpdateTopicResult |
UpdateTopicResult.withTopicId(String topicId)
The ID of the topic that you want to modify.
|
Copyright © 2023. All rights reserved.