| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCanaryRunsResponse> |
SyntheticsAsyncClient.getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default CompletableFuture<GetCanaryRunsResponse> |
SyntheticsAsyncClient.getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCanaryRunsResponse> |
GetCanaryRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCanaryRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCanaryRunsResponse> subscriber) |
Copyright © 2022. All rights reserved.