Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryRunStateReasonCode
-
Packages that use CanaryRunStateReasonCode Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunStateReasonCode in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunStateReasonCode Modifier and Type Method Description static CanaryRunStateReasonCodeCanaryRunStateReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CanaryRunStateReasonCodeCanaryRunStatus. stateReasonCode()If this value isCANARY_FAILURE, an exception occurred in the canary code.static CanaryRunStateReasonCodeCanaryRunStateReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CanaryRunStateReasonCode[]CanaryRunStateReasonCode. 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 CanaryRunStateReasonCode Modifier and Type Method Description static Set<CanaryRunStateReasonCode>CanaryRunStateReasonCode. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryRunStateReasonCode Modifier and Type Method Description CanaryRunStatus.BuilderCanaryRunStatus.Builder. stateReasonCode(CanaryRunStateReasonCode stateReasonCode)If this value isCANARY_FAILURE, an exception occurred in the canary code.
-