| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCanaryRunsResult> |
AbstractAWSSyntheticsAsync.getCanaryRunsAsync(GetCanaryRunsRequest request,
AsyncHandler<GetCanaryRunsRequest,GetCanaryRunsResult> asyncHandler) |
Future<GetCanaryRunsResult> |
AWSSyntheticsAsyncClient.getCanaryRunsAsync(GetCanaryRunsRequest request,
AsyncHandler<GetCanaryRunsRequest,GetCanaryRunsResult> asyncHandler) |
Future<GetCanaryRunsResult> |
AWSSyntheticsAsync.getCanaryRunsAsync(GetCanaryRunsRequest getCanaryRunsRequest,
AsyncHandler<GetCanaryRunsRequest,GetCanaryRunsResult> asyncHandler)
Retrieves a list of runs for a specified canary.
|
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsRequest |
GetCanaryRunsRequest.clone() |
GetCanaryRunsRequest |
GetCanaryRunsRequest.withMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
GetCanaryRuns
operation. |
GetCanaryRunsRequest |
GetCanaryRunsRequest.withName(String name)
The name of the canary that you want to see runs for.
|
GetCanaryRunsRequest |
GetCanaryRunsRequest.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
Copyright © 2021. All rights reserved.