| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
List<CanaryLastRun> |
DescribeCanariesLastRunResponse.canariesLastRun()
An array that contains the information from the most recent run of each canary.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(CanaryLastRun... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
Copyright © 2021. All rights reserved.