Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryLastRun
-
Packages that use CanaryLastRun Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryLastRun in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryLastRun Modifier and Type Method Description List<CanaryLastRun>DescribeCanariesLastRunResponse. canariesLastRun()An array that contains the information from the most recent run of each canary.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryLastRun Modifier and Type Method Description DescribeCanariesLastRunResponse.BuilderDescribeCanariesLastRunResponse.Builder. canariesLastRun(CanaryLastRun... canariesLastRun)An array that contains the information from the most recent run of each canary.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryLastRun Modifier and Type Method Description DescribeCanariesLastRunResponse.BuilderDescribeCanariesLastRunResponse.Builder. canariesLastRun(Collection<CanaryLastRun> canariesLastRun)An array that contains the information from the most recent run of each canary.
-