Uses of Class
software.amazon.awssdk.services.ssm.model.ExecutionInputs
-
Packages that use ExecutionInputs Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ExecutionInputs in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionInputs Modifier and Type Method Description ExecutionInputsStartExecutionPreviewRequest. executionInputs()Information about the inputs that can be specified for the preview operation.static ExecutionInputsExecutionInputs. fromAutomation(Consumer<AutomationExecutionInputs.Builder> automation)Create an instance of this class withautomation()initialized to the given value.static ExecutionInputsExecutionInputs. fromAutomation(AutomationExecutionInputs automation)Create an instance of this class withautomation()initialized to the given value.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ExecutionInputs Modifier and Type Method Description StartExecutionPreviewRequest.BuilderStartExecutionPreviewRequest.Builder. executionInputs(ExecutionInputs executionInputs)Information about the inputs that can be specified for the preview operation.
-