Uses of Class
software.amazon.awssdk.services.ssm.model.TargetPreview
-
Packages that use TargetPreview Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of TargetPreview in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TargetPreview Modifier and Type Method Description List<TargetPreview>AutomationExecutionPreview. targetPreviews()Information that provides a preview of what the impact of running the specified Automation runbook would be.Methods in software.amazon.awssdk.services.ssm.model with parameters of type TargetPreview Modifier and Type Method Description AutomationExecutionPreview.BuilderAutomationExecutionPreview.Builder. targetPreviews(TargetPreview... targetPreviews)Information that provides a preview of what the impact of running the specified Automation runbook would be.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type TargetPreview Modifier and Type Method Description AutomationExecutionPreview.BuilderAutomationExecutionPreview.Builder. targetPreviews(Collection<TargetPreview> targetPreviews)Information that provides a preview of what the impact of running the specified Automation runbook would be.
-