Uses of Class
software.amazon.awssdk.services.synthetics.model.UpdateCanaryRequest
-
Packages that use UpdateCanaryRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of UpdateCanaryRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type UpdateCanaryRequest Modifier and Type Method Description default CompletableFuture<UpdateCanaryResponse>SyntheticsAsyncClient. updateCanary(UpdateCanaryRequest updateCanaryRequest)Updates the configuration of a canary that has already been created.default UpdateCanaryResponseSyntheticsClient. updateCanary(UpdateCanaryRequest updateCanaryRequest)Updates the configuration of a canary that has already been created. -
Uses of UpdateCanaryRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type UpdateCanaryRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCanaryRequestMarshaller. marshall(UpdateCanaryRequest updateCanaryRequest)
-