Uses of Class
software.amazon.awssdk.services.synthetics.model.BaseScreenshot
-
Packages that use BaseScreenshot Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of BaseScreenshot in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type BaseScreenshot Modifier and Type Method 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.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type BaseScreenshot Modifier and Type Method Description VisualReferenceInput.BuilderVisualReferenceInput.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.BuilderVisualReferenceOutput.Builder. baseScreenshots(BaseScreenshot... baseScreenshots)An array of screenshots that are used as the baseline for comparisons during visual monitoring.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type BaseScreenshot Modifier and Type Method Description VisualReferenceInput.BuilderVisualReferenceInput.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.BuilderVisualReferenceOutput.Builder. baseScreenshots(Collection<BaseScreenshot> baseScreenshots)An array of screenshots that are used as the baseline for comparisons during visual monitoring.
-