| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryLastRun |
CanaryLastRun.clone() |
CanaryLastRun |
CanaryLastRun.withCanaryName(String canaryName)
The name of the canary.
|
CanaryLastRun |
CanaryLastRun.withLastRun(CanaryRun lastRun)
The results from this canary's most recent run.
|
| Modifier and Type | Method and Description |
|---|---|
List<CanaryLastRun> |
DescribeCanariesLastRunResult.getCanariesLastRun()
An array that contains the information from the most recent run of each canary.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesLastRunResult |
DescribeCanariesLastRunResult.withCanariesLastRun(CanaryLastRun... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCanariesLastRunResult.setCanariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResult |
DescribeCanariesLastRunResult.withCanariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
Copyright © 2021. All rights reserved.