| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default CompletableFuture<GetCanaryRunsResponse> |
SyntheticsAsyncClient.getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsIterable |
SyntheticsClient.getCanaryRunsPaginator(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsPublisher |
SyntheticsAsyncClient.getCanaryRunsPaginator(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.builder() |
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.Builder.maxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
GetCanaryRuns
operation. |
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.Builder.name(String name)
The name of the canary that you want to see runs for.
|
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCanaryRunsRequest.Builder |
GetCanaryRunsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCanaryRunsRequest.Builder> |
GetCanaryRunsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.