| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceOutput |
VisualReferenceOutput.clone() |
VisualReferenceOutput |
Canary.getVisualReference()
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.
|
VisualReferenceOutput |
VisualReferenceOutput.withBaseCanaryRunId(String baseCanaryRunId)
The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons
by this canary.
|
VisualReferenceOutput |
VisualReferenceOutput.withBaseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceOutput |
VisualReferenceOutput.withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setVisualReference(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.
|
Canary |
Canary.withVisualReference(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.
|
Copyright © 2022. All rights reserved.