Uses of Class
software.amazon.awssdk.services.synthetics.model.UpdateCanaryResponse
-
Packages that use UpdateCanaryResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of UpdateCanaryResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return UpdateCanaryResponse Modifier and Type Method Description default UpdateCanaryResponseSyntheticsClient. updateCanary(Consumer<UpdateCanaryRequest.Builder> 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.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type UpdateCanaryResponse Modifier and Type Method 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.
-