| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunStatus |
CanaryRunStatus.clone() |
CanaryRunStatus |
CanaryRun.getStatus()
The status of this run.
|
CanaryRunStatus |
CanaryRunStatus.withState(CanaryRunState state)
The current state of the run.
|
CanaryRunStatus |
CanaryRunStatus.withState(String state)
The current state of the run.
|
CanaryRunStatus |
CanaryRunStatus.withStateReason(String stateReason)
If run of the canary failed, this field contains the reason for the error.
|
CanaryRunStatus |
CanaryRunStatus.withStateReasonCode(CanaryRunStateReasonCode stateReasonCode)
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
CanaryRunStatus |
CanaryRunStatus.withStateReasonCode(String stateReasonCode)
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
| Modifier and Type | Method and Description |
|---|---|
void |
CanaryRun.setStatus(CanaryRunStatus status)
The status of this run.
|
CanaryRun |
CanaryRun.withStatus(CanaryRunStatus status)
The status of this run.
|
Copyright © 2022. All rights reserved.