| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
StartCanaryResult |
AbstractAWSSynthetics.startCanary(StartCanaryRequest request) |
StartCanaryResult |
AWSSynthetics.startCanary(StartCanaryRequest startCanaryRequest)
Use this operation to run a canary that has already been created.
|
StartCanaryResult |
AWSSyntheticsClient.startCanary(StartCanaryRequest request)
Use this operation to run a canary that has already been created.
|
Future<StartCanaryResult> |
AbstractAWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest request) |
Future<StartCanaryResult> |
AWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest startCanaryRequest)
Use this operation to run a canary that has already been created.
|
Future<StartCanaryResult> |
AWSSyntheticsAsyncClient.startCanaryAsync(StartCanaryRequest request) |
Future<StartCanaryResult> |
AbstractAWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest request,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler) |
Future<StartCanaryResult> |
AWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest startCanaryRequest,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler)
Use this operation to run a canary that has already been created.
|
Future<StartCanaryResult> |
AWSSyntheticsAsyncClient.startCanaryAsync(StartCanaryRequest request,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartCanaryResult> |
AbstractAWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest request,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler) |
Future<StartCanaryResult> |
AWSSyntheticsAsync.startCanaryAsync(StartCanaryRequest startCanaryRequest,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler)
Use this operation to run a canary that has already been created.
|
Future<StartCanaryResult> |
AWSSyntheticsAsyncClient.startCanaryAsync(StartCanaryRequest request,
AsyncHandler<StartCanaryRequest,StartCanaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartCanaryRequest |
StartCanaryRequest.clone() |
StartCanaryRequest |
StartCanaryRequest.withName(String name)
The name of the canary that you want to run.
|
Copyright © 2023. All rights reserved.