| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCanariesLastRunResponse |
SyntheticsClient.describeCanariesLastRun(Consumer<DescribeCanariesLastRunRequest.Builder> describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
default DescribeCanariesLastRunResponse |
SyntheticsClient.describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)
Use this operation to see information from the most recent run of each canary that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeCanariesLastRunResponse> |
SyntheticsAsyncClient.describeCanariesLastRun(Consumer<DescribeCanariesLastRunRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeCanariesLastRunResponse> |
DescribeCanariesLastRunIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCanariesLastRunPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCanariesLastRunResponse> subscriber) |
Copyright © 2023. All rights reserved.