| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
RunsFilter |
RunsFilter.clone() |
RunsFilter |
ListRunsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
RunsFilter |
RunsFilter.withCompletionTime(TimestampRange completionTime)
For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the completionTime property of the
Run data type.
|
RunsFilter |
RunsFilter.withCreationTime(TimestampRange creationTime)
For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the creationTime property of the Run
data type.
|
RunsFilter |
RunsFilter.withRulesPackages(Collection<String> rulesPackages)
For a record to match a filter, the value specified for this data type
property must match a list of values of the rulesPackages property
of the Run data type.
|
RunsFilter |
RunsFilter.withRulesPackages(String... rulesPackages)
For a record to match a filter, the value specified for this data type
property must match a list of values of the rulesPackages property
of the Run data type.
|
RunsFilter |
RunsFilter.withRunNamePatterns(Collection<String> runNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the runName property of the Run data type.
|
RunsFilter |
RunsFilter.withRunNamePatterns(String... runNamePatterns)
For a record to match a filter, an explicit value or a string containing
a wildcard specified for this data type property must match the value of
the runName property of the Run data type.
|
RunsFilter |
RunsFilter.withRunStates(Collection<String> runStates)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the runState
property of the Run data type.
|
RunsFilter |
RunsFilter.withRunStates(String... runStates)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the runState
property of the Run data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRunsRequest.setFilter(RunsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListRunsRequest |
ListRunsRequest.withFilter(RunsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Copyright © 2016. All rights reserved.