Uses of Class
software.amazon.awssdk.services.synthetics.model.StopCanaryRequest
-
Packages that use StopCanaryRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of StopCanaryRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type StopCanaryRequest Modifier and Type Method Description default CompletableFuture<StopCanaryResponse>SyntheticsAsyncClient. stopCanary(StopCanaryRequest stopCanaryRequest)Stops the canary to prevent all future runs.default StopCanaryResponseSyntheticsClient. stopCanary(StopCanaryRequest stopCanaryRequest)Stops the canary to prevent all future runs. -
Uses of StopCanaryRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type StopCanaryRequest Modifier and Type Method Description SdkHttpFullRequestStopCanaryRequestMarshaller. marshall(StopCanaryRequest stopCanaryRequest)
-