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