| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.builder() |
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(CanaryLastRun... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(Collection<CanaryLastRun> canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.canariesLastRun(Consumer<CanaryLastRun.Builder>... canariesLastRun)
An array that contains the information from the most recent run of each canary.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
DescribeCanariesLastRunResponse.Builder |
DescribeCanariesLastRunResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCanariesLastRunResponse.Builder> |
DescribeCanariesLastRunResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.