Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateTopicRefreshScheduleResult> |
AbstractAmazonQuickSightAsync.updateTopicRefreshScheduleAsync(UpdateTopicRefreshScheduleRequest request,
AsyncHandler<UpdateTopicRefreshScheduleRequest,UpdateTopicRefreshScheduleResult> asyncHandler) |
Future<UpdateTopicRefreshScheduleResult> |
AmazonQuickSightAsyncClient.updateTopicRefreshScheduleAsync(UpdateTopicRefreshScheduleRequest request,
AsyncHandler<UpdateTopicRefreshScheduleRequest,UpdateTopicRefreshScheduleResult> asyncHandler) |
Future<UpdateTopicRefreshScheduleResult> |
AmazonQuickSightAsync.updateTopicRefreshScheduleAsync(UpdateTopicRefreshScheduleRequest updateTopicRefreshScheduleRequest,
AsyncHandler<UpdateTopicRefreshScheduleRequest,UpdateTopicRefreshScheduleResult> asyncHandler)
Updates a topic refresh schedule.
|
Modifier and Type | Method and Description |
---|---|
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.clone() |
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update.
|
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.withDatasetId(String datasetId)
The ID of the dataset.
|
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.withTopicId(String topicId)
The ID of the topic that you want to modify.
|
Copyright © 2023. All rights reserved.