Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryRun
-
Packages that use CanaryRun Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRun in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRun Modifier and Type Method Description CanaryRunCanaryLastRun. lastRun()The results from this canary's most recent run.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRun Modifier and Type Method Description List<CanaryRun>GetCanaryRunsResponse. canaryRuns()An array of structures.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryRun Modifier and Type Method Description GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. canaryRuns(CanaryRun... canaryRuns)An array of structures.CanaryLastRun.BuilderCanaryLastRun.Builder. lastRun(CanaryRun lastRun)The results from this canary's most recent run.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryRun Modifier and Type Method Description GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. canaryRuns(Collection<CanaryRun> canaryRuns)An array of structures.
-