Uses of Class
software.amazon.awssdk.services.ssm.model.Runbook
Packages that use Runbook
-
Uses of Runbook in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type RunbookModifier and TypeMethodDescriptionAutomationExecution.runbooks()Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecutionMetadata.runbooks()Information about the Automation runbooks that are run during a runbook workflow in Change Manager.StartChangeRequestExecutionRequest.runbooks()Information about the Automation runbooks that are run during the runbook workflow.Methods in software.amazon.awssdk.services.ssm.model with parameters of type RunbookModifier and TypeMethodDescriptionInformation about the Automation runbooks that are run as part of a runbook workflow.Information about the Automation runbooks that are run during a runbook workflow in Change Manager.Information about the Automation runbooks that are run during the runbook workflow.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type RunbookModifier and TypeMethodDescriptionAutomationExecution.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecutionMetadata.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run during a runbook workflow in Change Manager.StartChangeRequestExecutionRequest.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run during the runbook workflow.