| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRun |
CanaryLastRun.lastRun()
The results from this canary's most recent run.
|
| Modifier and Type | Method and Description |
|---|---|
List<CanaryRun> |
GetCanaryRunsResponse.canaryRuns()
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsResponse.Builder |
GetCanaryRunsResponse.Builder.canaryRuns(CanaryRun... canaryRuns)
An array of structures.
|
CanaryLastRun.Builder |
CanaryLastRun.Builder.lastRun(CanaryRun lastRun)
The results from this canary's most recent run.
|
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsResponse.Builder |
GetCanaryRunsResponse.Builder.canaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures.
|
Copyright © 2023. All rights reserved.