Uses of Class
software.amazon.awssdk.services.quicksight.model.BatchCreateTopicReviewedAnswerResponse
-
Packages that use BatchCreateTopicReviewedAnswerResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of BatchCreateTopicReviewedAnswerResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return BatchCreateTopicReviewedAnswerResponse Modifier and Type Method Description default BatchCreateTopicReviewedAnswerResponseQuickSightClient. batchCreateTopicReviewedAnswer(Consumer<BatchCreateTopicReviewedAnswerRequest.Builder> batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic.default BatchCreateTopicReviewedAnswerResponseQuickSightClient. batchCreateTopicReviewedAnswer(BatchCreateTopicReviewedAnswerRequest batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type BatchCreateTopicReviewedAnswerResponse Modifier and Type Method Description default CompletableFuture<BatchCreateTopicReviewedAnswerResponse>QuickSightAsyncClient. batchCreateTopicReviewedAnswer(Consumer<BatchCreateTopicReviewedAnswerRequest.Builder> batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic.default CompletableFuture<BatchCreateTopicReviewedAnswerResponse>QuickSightAsyncClient. batchCreateTopicReviewedAnswer(BatchCreateTopicReviewedAnswerRequest batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic.
-