Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTopicRefreshScheduleResult> |
AmazonQuickSightAsyncClient.createTopicRefreshScheduleAsync(CreateTopicRefreshScheduleRequest request,
AsyncHandler<CreateTopicRefreshScheduleRequest,CreateTopicRefreshScheduleResult> asyncHandler) |
Future<CreateTopicRefreshScheduleResult> |
AmazonQuickSightAsync.createTopicRefreshScheduleAsync(CreateTopicRefreshScheduleRequest createTopicRefreshScheduleRequest,
AsyncHandler<CreateTopicRefreshScheduleRequest,CreateTopicRefreshScheduleResult> asyncHandler)
Creates a topic refresh schedule.
|
Future<CreateTopicRefreshScheduleResult> |
AbstractAmazonQuickSightAsync.createTopicRefreshScheduleAsync(CreateTopicRefreshScheduleRequest request,
AsyncHandler<CreateTopicRefreshScheduleRequest,CreateTopicRefreshScheduleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.clone() |
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withDatasetName(String datasetName)
The name of the dataset.
|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withTopicId(String topicId)
The ID of the topic that you want to modify.
|
Copyright © 2024. All rights reserved.