| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryTimeline |
CanaryTimeline.clone() |
CanaryTimeline |
Canary.getTimeline()
A structure that contains information about when the canary was created, modified, and most recently run.
|
CanaryTimeline |
CanaryTimeline.withCreated(Date created)
The date and time the canary was created.
|
CanaryTimeline |
CanaryTimeline.withLastModified(Date lastModified)
The date and time the canary was most recently modified.
|
CanaryTimeline |
CanaryTimeline.withLastStarted(Date lastStarted)
The date and time that the canary's most recent run started.
|
CanaryTimeline |
CanaryTimeline.withLastStopped(Date lastStopped)
The date and time that the canary's most recent run ended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setTimeline(CanaryTimeline timeline)
A structure that contains information about when the canary was created, modified, and most recently run.
|
Canary |
Canary.withTimeline(CanaryTimeline timeline)
A structure that contains information about when the canary was created, modified, and most recently run.
|
Copyright © 2021. All rights reserved.