Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionInputs
-
Packages that use AutomationExecutionInputs Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AutomationExecutionInputs in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionInputs Modifier and Type Method Description AutomationExecutionInputsExecutionInputs. 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 AutomationExecutionInputs Modifier and Type Method Description ExecutionInputs.BuilderExecutionInputs.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.
-