Uses of Class
software.amazon.awssdk.services.ssm.model.TargetPreview
Packages that use TargetPreview
-
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 TargetPreviewModifier and TypeMethodDescriptionfinal 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 TargetPreviewModifier and TypeMethodDescriptionAutomationExecutionPreview.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 TargetPreviewModifier and TypeMethodDescriptionAutomationExecutionPreview.Builder.targetPreviews(Collection<TargetPreview> targetPreviews) Information that provides a preview of what the impact of running the specified Automation runbook would be.