Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryRunState
-
Packages that use CanaryRunState Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunState in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunState Modifier and Type Method Description static CanaryRunStateCanaryRunState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CanaryRunStateCanaryRunStatus. state()The current state of the run.static CanaryRunStateCanaryRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static CanaryRunState[]CanaryRunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRunState Modifier and Type Method Description static Set<CanaryRunState>CanaryRunState. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryRunState Modifier and Type Method Description CanaryRunStatus.BuilderCanaryRunStatus.Builder. state(CanaryRunState state)The current state of the run.
-