| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationsFilter |
ApplicationsFilter.clone() |
ApplicationsFilter |
ListApplicationsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ApplicationsFilter |
ApplicationsFilter.withApplicationNamePatterns(Collection<String> applicationNamePatterns)
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 applicationName property of the Application data type.
|
ApplicationsFilter |
ApplicationsFilter.withApplicationNamePatterns(String... applicationNamePatterns)
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 applicationName property of the Application data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsRequest.setFilter(ApplicationsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListApplicationsRequest |
ListApplicationsRequest.withFilter(ApplicationsFilter 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.