| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRefreshDetails |
TopicRefreshDetails.clone() |
TopicRefreshDetails |
DescribeTopicRefreshResult.getRefreshDetails()
Details of the refresh, which is performed when the topic is created or updated.
|
TopicRefreshDetails |
TopicRefreshDetails.withRefreshArn(String refreshArn)
The Amazon Resource Name (ARN) of the topic refresh.
|
TopicRefreshDetails |
TopicRefreshDetails.withRefreshId(String refreshId)
The ID of the refresh, which occurs as a result of topic creation or topic update.
|
TopicRefreshDetails |
TopicRefreshDetails.withRefreshStatus(String refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
|
TopicRefreshDetails |
TopicRefreshDetails.withRefreshStatus(TopicRefreshStatus refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTopicRefreshResult.setRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
DescribeTopicRefreshResult |
DescribeTopicRefreshResult.withRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
Copyright © 2024. All rights reserved.