Uses of Class
software.amazon.awssdk.services.synthetics.model.VisualReferenceOutput
-
Packages that use VisualReferenceOutput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VisualReferenceOutput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VisualReferenceOutput Modifier and Type Method Description VisualReferenceOutputCanary. visualReference()If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type VisualReferenceOutput Modifier and Type Method Description Canary.BuilderCanary.Builder. visualReference(VisualReferenceOutput visualReference)If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
-