Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryStateReasonCode
-
Packages that use CanaryStateReasonCode Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryStateReasonCode in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryStateReasonCode Modifier and Type Method Description static CanaryStateReasonCodeCanaryStateReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CanaryStateReasonCodeCanaryStatus. stateReasonCode()If the canary cannot run or has failed, this field displays the reason.static CanaryStateReasonCodeCanaryStateReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CanaryStateReasonCode[]CanaryStateReasonCode. 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 CanaryStateReasonCode Modifier and Type Method Description static Set<CanaryStateReasonCode>CanaryStateReasonCode. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryStateReasonCode Modifier and Type Method Description CanaryStatus.BuilderCanaryStatus.Builder. stateReasonCode(CanaryStateReasonCode stateReasonCode)If the canary cannot run or has failed, this field displays the reason.
-