| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopCanaryResponse> |
SyntheticsAsyncClient.stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)
Stops the canary to prevent all future runs.
|
default StopCanaryResponse |
SyntheticsClient.stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)
Stops the canary to prevent all future runs.
|
| Modifier and Type | Method and Description |
|---|---|
static StopCanaryRequest.Builder |
StopCanaryRequest.builder() |
StopCanaryRequest.Builder |
StopCanaryRequest.Builder.name(String name)
The name of the canary that you want to stop.
|
StopCanaryRequest.Builder |
StopCanaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopCanaryRequest.Builder |
StopCanaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopCanaryRequest.Builder |
StopCanaryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopCanaryRequest.Builder> |
StopCanaryRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.