Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionPreview
-
Packages that use AutomationExecutionPreview Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AutomationExecutionPreview in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionPreview Modifier and Type Method Description AutomationExecutionPreviewExecutionPreview. automation()Information about the changes that would be made if an Automation workflow were run.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionPreview Modifier and Type Method Description ExecutionPreview.BuilderExecutionPreview.Builder. automation(AutomationExecutionPreview automation)Information about the changes that would be made if an Automation workflow were run.static ExecutionPreviewExecutionPreview. fromAutomation(AutomationExecutionPreview automation)Create an instance of this class withExecutionPreview.automation()initialized to the given value.
-