Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryRunConfigInput
-
Packages that use CanaryRunConfigInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunConfigInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunConfigInput Modifier and Type Method Description CanaryRunConfigInputCreateCanaryRequest. runConfig()A structure that contains the configuration for individual canary runs, such as timeout value and environment variables.CanaryRunConfigInputUpdateCanaryRequest. runConfig()A structure that contains the timeout value that is used for each individual run of the canary.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryRunConfigInput Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. runConfig(CanaryRunConfigInput runConfig)A structure that contains the configuration for individual canary runs, such as timeout value and environment variables.UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. runConfig(CanaryRunConfigInput runConfig)A structure that contains the timeout value that is used for each individual run of the canary.
-