| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceInput |
VisualReferenceInput.clone() |
VisualReferenceInput |
UpdateCanaryRequest.getVisualReference()
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future
runs of this canary.
|
VisualReferenceInput |
VisualReferenceInput.withBaseCanaryRunId(String baseCanaryRunId)
Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this
canary.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCanaryRequest.setVisualReference(VisualReferenceInput visualReference)
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future
runs of this canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withVisualReference(VisualReferenceInput visualReference)
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future
runs of this canary.
|
Copyright © 2021. All rights reserved.