Uses of Class
software.amazon.awssdk.services.synthetics.model.StopCanaryResponse
-
Packages that use StopCanaryResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of StopCanaryResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return StopCanaryResponse Modifier and Type Method Description default StopCanaryResponseSyntheticsClient. stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)Stops the canary to prevent all future runs.default StopCanaryResponseSyntheticsClient. stopCanary(StopCanaryRequest stopCanaryRequest)Stops the canary to prevent all future runs.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type StopCanaryResponse Modifier and Type Method 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.
-