| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRun |
CanaryRun.clone() |
CanaryRun |
CanaryLastRun.getLastRun()
The results from this canary's most recent run.
|
CanaryRun |
CanaryRun.withArtifactS3Location(String artifactS3Location)
The location where the canary stored artifacts from the run.
|
CanaryRun |
CanaryRun.withId(String id)
A unique ID that identifies this canary run.
|
CanaryRun |
CanaryRun.withName(String name)
The name of the canary.
|
CanaryRun |
CanaryRun.withStatus(CanaryRunStatus status)
The status of this run.
|
CanaryRun |
CanaryRun.withTimeline(CanaryRunTimeline timeline)
A structure that contains the start and end times of this run.
|
| Modifier and Type | Method and Description |
|---|---|
List<CanaryRun> |
GetCanaryRunsResult.getCanaryRuns()
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CanaryLastRun.setLastRun(CanaryRun lastRun)
The results from this canary's most recent run.
|
GetCanaryRunsResult |
GetCanaryRunsResult.withCanaryRuns(CanaryRun... canaryRuns)
An array of structures.
|
CanaryLastRun |
CanaryLastRun.withLastRun(CanaryRun lastRun)
The results from this canary's most recent run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCanaryRunsResult.setCanaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures.
|
GetCanaryRunsResult |
GetCanaryRunsResult.withCanaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures.
|
Copyright © 2023. All rights reserved.