| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| 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)
A boolean that indicates whether to list step executions in reverse order by start time.
|
Copyright © 2019. All rights reserved.