Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryScheduleInput
-
Packages that use CanaryScheduleInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryScheduleInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryScheduleInput Modifier and Type Method Description CanaryScheduleInputCreateCanaryRequest. schedule()A structure that contains information about how often the canary is to run and when these test runs are to stop.CanaryScheduleInputUpdateCanaryRequest. schedule()A structure that contains information about how often the canary is to run, and when these runs are to stop.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryScheduleInput Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. schedule(CanaryScheduleInput schedule)A structure that contains information about how often the canary is to run and when these test runs are to stop.UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. schedule(CanaryScheduleInput schedule)A structure that contains information about how often the canary is to run, and when these runs are to stop.
-