| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
List<BaseScreenshot> |
VisualReferenceInput.baseScreenshots()
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this canary.
|
List<BaseScreenshot> |
VisualReferenceOutput.baseScreenshots()
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this
canary.
|
VisualReferenceOutput.Builder |
VisualReferenceOutput.Builder.baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this
canary.
|
VisualReferenceOutput.Builder |
VisualReferenceOutput.Builder.baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
Copyright © 2022. All rights reserved.