| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators | |
| software.amazon.awssdk.services.synthetics.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCanariesLastRunResponse |
SyntheticsClient.describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
default CompletableFuture<DescribeCanariesLastRunResponse> |
SyntheticsAsyncClient.describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
default DescribeCanariesLastRunIterable |
SyntheticsClient.describeCanariesLastRunPaginator(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
default DescribeCanariesLastRunPublisher |
SyntheticsAsyncClient.describeCanariesLastRunPaginator(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
| Constructor and Description |
|---|
DescribeCanariesLastRunIterable(SyntheticsClient client,
DescribeCanariesLastRunRequest firstRequest) |
DescribeCanariesLastRunPublisher(SyntheticsAsyncClient client,
DescribeCanariesLastRunRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeCanariesLastRunRequestMarshaller.marshall(DescribeCanariesLastRunRequest describeCanariesLastRunRequest) |
Copyright © 2022. All rights reserved.