| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteCanaryResponse |
SyntheticsClient.deleteCanary(Consumer<DeleteCanaryRequest.Builder> deleteCanaryRequest)
Permanently deletes the specified canary.
|
default DeleteCanaryResponse |
SyntheticsClient.deleteCanary(DeleteCanaryRequest deleteCanaryRequest)
Permanently deletes the specified canary.
|
default StartCanaryResponse |
SyntheticsClient.startCanary(Consumer<StartCanaryRequest.Builder> startCanaryRequest)
Use this operation to run a canary that has already been created.
|
default StartCanaryResponse |
SyntheticsClient.startCanary(StartCanaryRequest startCanaryRequest)
Use this operation to run a canary that has already been created.
|
default StopCanaryResponse |
SyntheticsClient.stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)
Stops the canary to prevent all future runs.
|
default StopCanaryResponse |
SyntheticsClient.stopCanary(StopCanaryRequest stopCanaryRequest)
Stops the canary to prevent all future runs.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)
Use this operation to change the settings of a canary that has already been created.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(UpdateCanaryRequest updateCanaryRequest)
Use this operation to change the settings of a canary that has already been created.
|
Copyright © 2021. All rights reserved.