| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryScheduleOutput |
CanaryScheduleOutput.clone() |
CanaryScheduleOutput |
Canary.getSchedule()
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
CanaryScheduleOutput |
CanaryScheduleOutput.withDurationInSeconds(Long durationInSeconds)
How long, in seconds, for the canary to continue making regular runs after it was created.
|
CanaryScheduleOutput |
CanaryScheduleOutput.withExpression(String expression)
A
rate expression or a cron expression that defines how often the canary is to run. |
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setSchedule(CanaryScheduleOutput schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
Canary |
Canary.withSchedule(CanaryScheduleOutput schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
Copyright © 2023. All rights reserved.