Uses of Class
software.amazon.awssdk.services.ssm.model.ExecutionInputs
Packages that use ExecutionInputs
-
Uses of ExecutionInputs in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionInputsModifier and TypeMethodDescriptionfinal 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 ExecutionInputsModifier and TypeMethodDescriptionStartExecutionPreviewRequest.Builder.executionInputs(ExecutionInputs executionInputs) Information about the inputs that can be specified for the preview operation.