| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryStatus |
CanaryStatus.clone() |
CanaryStatus |
Canary.getStatus()
A structure that contains information about the canary's status.
|
CanaryStatus |
CanaryStatus.withState(CanaryState state)
The current state of the canary.
|
CanaryStatus |
CanaryStatus.withState(String state)
The current state of the canary.
|
CanaryStatus |
CanaryStatus.withStateReason(String stateReason)
If the canary has insufficient permissions to run, this field provides more details.
|
CanaryStatus |
CanaryStatus.withStateReasonCode(CanaryStateReasonCode stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
|
CanaryStatus |
CanaryStatus.withStateReasonCode(String stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setStatus(CanaryStatus status)
A structure that contains information about the canary's status.
|
Canary |
Canary.withStatus(CanaryStatus status)
A structure that contains information about the canary's status.
|
Copyright © 2023. All rights reserved.