| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryStateReasonCode |
CanaryStateReasonCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CanaryStateReasonCode |
CanaryStatus.stateReasonCode()
If the canary cannot run or has failed, this field displays the reason.
|
static CanaryStateReasonCode |
CanaryStateReasonCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CanaryStateReasonCode> |
CanaryStateReasonCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CanaryStatus.Builder |
CanaryStatus.Builder.stateReasonCode(CanaryStateReasonCode stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
|
Copyright © 2021. All rights reserved.