| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListTopicReviewedAnswersResult |
AbstractAmazonQuickSight.listTopicReviewedAnswers(ListTopicReviewedAnswersRequest request) |
ListTopicReviewedAnswersResult |
AmazonQuickSightClient.listTopicReviewedAnswers(ListTopicReviewedAnswersRequest request)
Lists all reviewed answers for a Q Topic.
|
ListTopicReviewedAnswersResult |
AmazonQuickSight.listTopicReviewedAnswers(ListTopicReviewedAnswersRequest listTopicReviewedAnswersRequest)
Lists all reviewed answers for a Q Topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTopicReviewedAnswersResult> |
AbstractAmazonQuickSightAsync.listTopicReviewedAnswersAsync(ListTopicReviewedAnswersRequest request,
AsyncHandler<ListTopicReviewedAnswersRequest,ListTopicReviewedAnswersResult> asyncHandler) |
Future<ListTopicReviewedAnswersResult> |
AmazonQuickSightAsyncClient.listTopicReviewedAnswersAsync(ListTopicReviewedAnswersRequest request,
AsyncHandler<ListTopicReviewedAnswersRequest,ListTopicReviewedAnswersResult> asyncHandler) |
Future<ListTopicReviewedAnswersResult> |
AmazonQuickSightAsync.listTopicReviewedAnswersAsync(ListTopicReviewedAnswersRequest listTopicReviewedAnswersRequest,
AsyncHandler<ListTopicReviewedAnswersRequest,ListTopicReviewedAnswersResult> asyncHandler)
Lists all reviewed answers for a Q Topic.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.clone() |
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withAnswers(Collection<TopicReviewedAnswer> answers)
The definition of all Answers in the topic.
|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withAnswers(TopicReviewedAnswer... answers)
The definition of all Answers in the topic.
|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withStatus(Integer status)
The HTTP status of the request.
|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
ListTopicReviewedAnswersResult |
ListTopicReviewedAnswersResult.withTopicId(String topicId)
The ID for the topic that contains the reviewed answer that you want to list.
|
Copyright © 2024. All rights reserved.