| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(UpdateCanaryRequest updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCanaryResponse> |
SyntheticsAsyncClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
default CompletableFuture<UpdateCanaryResponse> |
SyntheticsAsyncClient.updateCanary(UpdateCanaryRequest updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
Copyright © 2022. All rights reserved.