| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopCanaryResponse> |
SyntheticsAsyncClient.stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)
Stops the canary to prevent all future runs.
|
default CompletableFuture<StopCanaryResponse> |
SyntheticsAsyncClient.stopCanary(StopCanaryRequest stopCanaryRequest)
Stops the canary to prevent all future runs.
|
Copyright © 2021. All rights reserved.