| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<Runbook> |
AutomationExecution.runbooks()
Information about the Automation runbooks that are run as part of a runbook workflow.
|
List<Runbook> |
StartChangeRequestExecutionRequest.runbooks()
Information about the Automation runbooks that are run during the runbook workflow.
|
List<Runbook> |
AutomationExecutionMetadata.runbooks()
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.runbooks(Runbook... runbooks)
Information about the Automation runbooks that are run as part of a runbook workflow.
|
StartChangeRequestExecutionRequest.Builder |
StartChangeRequestExecutionRequest.Builder.runbooks(Runbook... runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Runbook... runbooks)
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.runbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run as part of a runbook workflow.
|
StartChangeRequestExecutionRequest.Builder |
StartChangeRequestExecutionRequest.Builder.runbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
Copyright © 2022. All rights reserved.