Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
AgentFilter |
AgentFilter.clone() |
AgentFilter |
ListAssessmentRunAgentsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(AgentHealthCode... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(Collection<String> agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealthCodes(String... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(AgentHealth... agentHealths)
The current health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(Collection<String> agentHealths)
The current health state of the agent.
|
AgentFilter |
AgentFilter.withAgentHealths(String... agentHealths)
The current health state of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAssessmentRunAgentsRequest.setFilter(AgentFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAssessmentRunAgentsRequest |
ListAssessmentRunAgentsRequest.withFilter(AgentFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Copyright © 2018. All rights reserved.