| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunTimeline |
CanaryRunTimeline.clone() |
CanaryRunTimeline |
CanaryRun.getTimeline()
A structure that contains the start and end times of this run.
|
CanaryRunTimeline |
CanaryRunTimeline.withCompleted(Date completed)
The end time of the run.
|
CanaryRunTimeline |
CanaryRunTimeline.withStarted(Date started)
The start time of the run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CanaryRun.setTimeline(CanaryRunTimeline timeline)
A structure that contains the start and end times of this run.
|
CanaryRun |
CanaryRun.withTimeline(CanaryRunTimeline timeline)
A structure that contains the start and end times of this run.
|
Copyright © 2022. All rights reserved.