Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ListTopicRefreshSchedulesResult |
AbstractAmazonQuickSight.listTopicRefreshSchedules(ListTopicRefreshSchedulesRequest request) |
ListTopicRefreshSchedulesResult |
AmazonQuickSightClient.listTopicRefreshSchedules(ListTopicRefreshSchedulesRequest request)
Lists all of the refresh schedules for a topic.
|
ListTopicRefreshSchedulesResult |
AmazonQuickSight.listTopicRefreshSchedules(ListTopicRefreshSchedulesRequest listTopicRefreshSchedulesRequest)
Lists all of the refresh schedules for a topic.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTopicRefreshSchedulesResult> |
AbstractAmazonQuickSightAsync.listTopicRefreshSchedulesAsync(ListTopicRefreshSchedulesRequest request,
AsyncHandler<ListTopicRefreshSchedulesRequest,ListTopicRefreshSchedulesResult> asyncHandler) |
Future<ListTopicRefreshSchedulesResult> |
AmazonQuickSightAsyncClient.listTopicRefreshSchedulesAsync(ListTopicRefreshSchedulesRequest request,
AsyncHandler<ListTopicRefreshSchedulesRequest,ListTopicRefreshSchedulesResult> asyncHandler) |
Future<ListTopicRefreshSchedulesResult> |
AmazonQuickSightAsync.listTopicRefreshSchedulesAsync(ListTopicRefreshSchedulesRequest listTopicRefreshSchedulesRequest,
AsyncHandler<ListTopicRefreshSchedulesRequest,ListTopicRefreshSchedulesResult> asyncHandler)
Lists all of the refresh schedules for a topic.
|
Modifier and Type | Method and Description |
---|---|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.clone() |
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withRefreshSchedules(Collection<TopicRefreshScheduleSummary> refreshSchedules)
The list of topic refresh schedules.
|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withRefreshSchedules(TopicRefreshScheduleSummary... refreshSchedules)
The list of topic refresh schedules.
|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withStatus(Integer status)
The HTTP status of the request.
|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
ListTopicRefreshSchedulesResult |
ListTopicRefreshSchedulesResult.withTopicId(String topicId)
The ID for the topic that you want to describe.
|
Copyright © 2023. All rights reserved.