| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionFilter |
AutomationExecutionFilter.clone() |
AutomationExecutionFilter |
AutomationExecutionFilter.withKey(AutomationExecutionFilterKey key)
One or more keys to limit the results.
|
AutomationExecutionFilter |
AutomationExecutionFilter.withKey(String key)
One or more keys to limit the results.
|
AutomationExecutionFilter |
AutomationExecutionFilter.withValues(Collection<String> values)
The values used to limit the execution information associated with the filter's key.
|
AutomationExecutionFilter |
AutomationExecutionFilter.withValues(String... values)
The values used to limit the execution information associated with the filter's key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecutionFilter> |
DescribeAutomationExecutionsRequest.getFilters()
Filters used to limit the scope of executions that are requested.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsRequest |
DescribeAutomationExecutionsRequest.withFilters(AutomationExecutionFilter... filters)
Filters used to limit the scope of executions that are requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutomationExecutionsRequest.setFilters(Collection<AutomationExecutionFilter> filters)
Filters used to limit the scope of executions that are requested.
|
DescribeAutomationExecutionsRequest |
DescribeAutomationExecutionsRequest.withFilters(Collection<AutomationExecutionFilter> filters)
Filters used to limit the scope of executions that are requested.
|
Copyright © 2019. All rights reserved.