| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationStepExecutionsResult |
AbstractAWSSimpleSystemsManagement.describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest request) |
DescribeAutomationStepExecutionsResult |
AWSSimpleSystemsManagementClient.describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest request)
Information about all active and terminated step executions in an Automation workflow.
|
DescribeAutomationStepExecutionsResult |
AWSSimpleSystemsManagement.describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest)
Information about all active and terminated step executions in an Automation workflow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.clone() |
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
Copyright © 2022. All rights reserved.