| 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 |
|---|---|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.clone() |
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withAutomationExecutionId(String automationExecutionId)
The Automation execution ID for which you want step execution descriptions.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withFilters(StepExecutionFilter... filters)
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withReverseOrder(Boolean reverseOrder)
Indicates whether to list step executions in reverse order by start time.
|
Copyright © 2022. All rights reserved.