| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
BaseScreenshot |
BaseScreenshot.clone() |
BaseScreenshot |
BaseScreenshot.withIgnoreCoordinates(Collection<String> ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons.
|
BaseScreenshot |
BaseScreenshot.withIgnoreCoordinates(String... ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons.
|
BaseScreenshot |
BaseScreenshot.withScreenshotName(String screenshotName)
The name of the screenshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseScreenshot> |
VisualReferenceInput.getBaseScreenshots()
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this canary.
|
List<BaseScreenshot> |
VisualReferenceOutput.getBaseScreenshots()
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceInput |
VisualReferenceInput.withBaseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this canary.
|
VisualReferenceOutput |
VisualReferenceOutput.withBaseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisualReferenceInput.setBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this canary.
|
void |
VisualReferenceOutput.setBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceInput |
VisualReferenceInput.withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this canary.
|
VisualReferenceOutput |
VisualReferenceOutput.withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
Copyright © 2022. All rights reserved.