| 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 GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(GetCanaryRunsRequest 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.
|
default GetCanaryRunsIterable |
SyntheticsClient.getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsPublisher |
SyntheticsAsyncClient.getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
| Constructor and Description |
|---|
GetCanaryRunsIterable(SyntheticsClient client,
GetCanaryRunsRequest firstRequest) |
GetCanaryRunsPublisher(SyntheticsAsyncClient client,
GetCanaryRunsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetCanaryRunsRequestMarshaller.marshall(GetCanaryRunsRequest getCanaryRunsRequest) |
Copyright © 2023. All rights reserved.