Uses of Class
software.amazon.awssdk.services.synthetics.model.VisualReferenceInput
-
Packages that use VisualReferenceInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VisualReferenceInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VisualReferenceInput Modifier and Type Method Description VisualReferenceInputUpdateCanaryRequest. visualReference()Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future runs of this canary.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type VisualReferenceInput Modifier and Type Method Description UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. visualReference(VisualReferenceInput visualReference)Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future runs of this canary.
-