Uses of Interface
software.amazon.awssdk.services.ssm.model.ExecutionInputs.Builder
-
Packages that use ExecutionInputs.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ExecutionInputs.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionInputs.Builder Modifier and Type Method Description default ExecutionInputs.BuilderExecutionInputs.Builder. automation(Consumer<AutomationExecutionInputs.Builder> automation)Information about the optional inputs that can be specified for an automation execution preview.ExecutionInputs.BuilderExecutionInputs.Builder. automation(AutomationExecutionInputs automation)Information about the optional inputs that can be specified for an automation execution preview.static ExecutionInputs.BuilderExecutionInputs. builder()ExecutionInputs.BuilderExecutionInputs. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ExecutionInputs.Builder Modifier and Type Method Description static Class<? extends ExecutionInputs.Builder>ExecutionInputs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ExecutionInputs.Builder Modifier and Type Method Description default StartExecutionPreviewRequest.BuilderStartExecutionPreviewRequest.Builder. executionInputs(Consumer<ExecutionInputs.Builder> executionInputs)Information about the inputs that can be specified for the preview operation.
-