| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.clone() |
ScheduledQueryRunSummary |
ScheduledQueryDescription.getLastRunSummary()
Runtime summary for the last scheduled query run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withErrorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withFailureReason(String failureReason)
Error message for the scheduled query in case of failure.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withInvocationTime(Date invocationTime)
InvocationTime for this run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withRunStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withRunStatus(String runStatus)
The status of a scheduled query run.
|
ScheduledQueryRunSummary |
ScheduledQueryRunSummary.withTriggerTime(Date triggerTime)
The actual time when the query was run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledQueryRunSummary> |
ScheduledQueryDescription.getRecentlyFailedRuns()
Runtime summary for the last five failed scheduled query runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledQueryDescription.setLastRunSummary(ScheduledQueryRunSummary lastRunSummary)
Runtime summary for the last scheduled query run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withLastRunSummary(ScheduledQueryRunSummary lastRunSummary)
Runtime summary for the last scheduled query run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withRecentlyFailedRuns(ScheduledQueryRunSummary... recentlyFailedRuns)
Runtime summary for the last five failed scheduled query runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledQueryDescription.setRecentlyFailedRuns(Collection<ScheduledQueryRunSummary> recentlyFailedRuns)
Runtime summary for the last five failed scheduled query runs.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withRecentlyFailedRuns(Collection<ScheduledQueryRunSummary> recentlyFailedRuns)
Runtime summary for the last five failed scheduled query runs.
|
Copyright © 2024. All rights reserved.