| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryScheduleInput |
CanaryScheduleInput.clone() |
CanaryScheduleInput |
CreateCanaryRequest.getSchedule()
A structure that contains information about how often the canary is to run and when these test runs are to stop.
|
CanaryScheduleInput |
UpdateCanaryRequest.getSchedule()
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
CanaryScheduleInput |
CanaryScheduleInput.withDurationInSeconds(Long durationInSeconds)
How long, in seconds, for the canary to continue making regular runs according to the schedule in the
Expression value. |
CanaryScheduleInput |
CanaryScheduleInput.withExpression(String expression)
A rate expression that defines how often the canary is to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCanaryRequest.setSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run and when these test runs are to stop.
|
void |
UpdateCanaryRequest.setSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
CreateCanaryRequest |
CreateCanaryRequest.withSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run and when these test runs are to stop.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
Copyright © 2020. All rights reserved.