Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryScheduleOutput
-
Packages that use CanaryScheduleOutput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryScheduleOutput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryScheduleOutput Modifier and Type Method Description CanaryScheduleOutputCanary. 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 CanaryScheduleOutput Modifier and Type Method Description Canary.BuilderCanary.Builder. schedule(CanaryScheduleOutput schedule)A structure that contains information about how often the canary is to run, and when these runs are to stop.
-