Uses of Class
software.amazon.awssdk.services.ssm.model.Runbook
-
Packages that use Runbook Package Description software.amazon.awssdk.services.ssm.model -
-
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 Runbook Modifier and Type Method Description List<Runbook>AutomationExecution. runbooks()Information about the Automation runbooks that are run as part of a runbook workflow.List<Runbook>AutomationExecutionMetadata. runbooks()Information about the Automation runbooks that are run during a runbook workflow in Change Manager.List<Runbook>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 Runbook Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. runbooks(Runbook... runbooks)Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. runbooks(Runbook... runbooks)Information about the Automation runbooks that are run during a runbook workflow in Change Manager.StartChangeRequestExecutionRequest.BuilderStartChangeRequestExecutionRequest.Builder. runbooks(Runbook... runbooks)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 Runbook Modifier and Type Method Description AutomationExecution.BuilderAutomationExecution.Builder. runbooks(Collection<Runbook> runbooks)Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecutionMetadata.BuilderAutomationExecutionMetadata.Builder. runbooks(Collection<Runbook> runbooks)Information about the Automation runbooks that are run during a runbook workflow in Change Manager.StartChangeRequestExecutionRequest.BuilderStartChangeRequestExecutionRequest.Builder. runbooks(Collection<Runbook> runbooks)Information about the Automation runbooks that are run during the runbook workflow.
-