| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsResult |
AWSSyntheticsClient.getCanaryRuns(GetCanaryRunsRequest request)
Retrieves a list of runs for a specified canary.
|
GetCanaryRunsResult |
AWSSynthetics.getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
GetCanaryRunsResult |
AbstractAWSSynthetics.getCanaryRuns(GetCanaryRunsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCanaryRunsResult> |
AbstractAWSSyntheticsAsync.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.
|
Future<GetCanaryRunsResult> |
AWSSyntheticsAsyncClient.getCanaryRunsAsync(GetCanaryRunsRequest request,
AsyncHandler<GetCanaryRunsRequest,GetCanaryRunsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCanaryRunsResult |
GetCanaryRunsResult.clone() |
GetCanaryRunsResult |
GetCanaryRunsResult.withCanaryRuns(CanaryRun... canaryRuns)
An array of structures.
|
GetCanaryRunsResult |
GetCanaryRunsResult.withCanaryRuns(Collection<CanaryRun> canaryRuns)
An array of structures.
|
GetCanaryRunsResult |
GetCanaryRunsResult.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
Copyright © 2023. All rights reserved.