Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryState
-
Packages that use CanaryState Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryState in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryState Modifier and Type Method Description static CanaryStateCanaryState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CanaryStateCanaryStatus. state()The current state of the canary.static CanaryStateCanaryState. valueOf(String name)Returns the enum constant of this type with the specified name.static CanaryState[]CanaryState. 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 CanaryState Modifier and Type Method Description static Set<CanaryState>CanaryState. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryState Modifier and Type Method Description CanaryStatus.BuilderCanaryStatus.Builder. state(CanaryState state)The current state of the canary.
-