Uses of Class
com.amazonaws.services.inspector.model.AgentFilter
-
Packages that use AgentFilter Package Description com.amazonaws.services.inspector.model -
-
Uses of AgentFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AgentFilter Modifier and Type Method 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(String... agentHealthCodes)
The detailed health state of the agent.AgentFilter
AgentFilter. withAgentHealthCodes(Collection<String> agentHealthCodes)
The detailed health state of the agent.AgentFilter
AgentFilter. withAgentHealths(AgentHealth... agentHealths)
The current health state of the agent.AgentFilter
AgentFilter. withAgentHealths(String... agentHealths)
The current health state of the agent.AgentFilter
AgentFilter. withAgentHealths(Collection<String> agentHealths)
The current health state of the agent.Methods in com.amazonaws.services.inspector.model with parameters of type AgentFilter Modifier and Type Method 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.
-