Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DescribeTopicRefreshScheduleResult |
AbstractAmazonQuickSight.describeTopicRefreshSchedule(DescribeTopicRefreshScheduleRequest request) |
DescribeTopicRefreshScheduleResult |
AmazonQuickSightClient.describeTopicRefreshSchedule(DescribeTopicRefreshScheduleRequest request)
Deletes a topic refresh schedule.
|
DescribeTopicRefreshScheduleResult |
AmazonQuickSight.describeTopicRefreshSchedule(DescribeTopicRefreshScheduleRequest describeTopicRefreshScheduleRequest)
Deletes a topic refresh schedule.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeTopicRefreshScheduleResult> |
AbstractAmazonQuickSightAsync.describeTopicRefreshScheduleAsync(DescribeTopicRefreshScheduleRequest request,
AsyncHandler<DescribeTopicRefreshScheduleRequest,DescribeTopicRefreshScheduleResult> asyncHandler) |
Future<DescribeTopicRefreshScheduleResult> |
AmazonQuickSightAsyncClient.describeTopicRefreshScheduleAsync(DescribeTopicRefreshScheduleRequest request,
AsyncHandler<DescribeTopicRefreshScheduleRequest,DescribeTopicRefreshScheduleResult> asyncHandler) |
Future<DescribeTopicRefreshScheduleResult> |
AmazonQuickSightAsync.describeTopicRefreshScheduleAsync(DescribeTopicRefreshScheduleRequest describeTopicRefreshScheduleRequest,
AsyncHandler<DescribeTopicRefreshScheduleRequest,DescribeTopicRefreshScheduleResult> asyncHandler)
Deletes a topic refresh schedule.
|
Modifier and Type | Method and Description |
---|---|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.clone() |
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withStatus(Integer status)
The HTTP status of the request.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withTopicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe.
|
Copyright © 2023. All rights reserved.