Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionInputs
Packages that use AutomationExecutionInputs
-
Uses of AutomationExecutionInputs in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionInputsModifier and TypeMethodDescriptionExecutionInputs.automation()Information about the optional inputs that can be specified for an automation execution preview.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionInputsModifier and TypeMethodDescriptionExecutionInputs.Builder.automation(AutomationExecutionInputs automation) Information about the optional inputs that can be specified for an automation execution preview.static ExecutionInputsExecutionInputs.fromAutomation(AutomationExecutionInputs automation) Create an instance of this class withExecutionInputs.automation()initialized to the given value.