| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionFilter |
StepExecutionFilter.clone() |
StepExecutionFilter |
StepExecutionFilter.withKey(StepExecutionFilterKey key)
One or more keys to limit the results.
|
StepExecutionFilter |
StepExecutionFilter.withKey(String key)
One or more keys to limit the results.
|
StepExecutionFilter |
StepExecutionFilter.withValues(Collection<String> values)
The values of the filter key.
|
StepExecutionFilter |
StepExecutionFilter.withValues(String... values)
The values of the filter key.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepExecutionFilter> |
DescribeAutomationStepExecutionsRequest.getFilters()
One or more filters to limit the number of step executions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withFilters(StepExecutionFilter... filters)
One or more filters to limit the number of step executions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutomationStepExecutionsRequest.setFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest |
DescribeAutomationStepExecutionsRequest.withFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
|
Copyright © 2023. All rights reserved.