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 AgentFilterAgentFilter. clone()AgentFilterListAssessmentRunAgentsRequest. getFilter()You can use this parameter to specify a subset of data to be included in the action's response.AgentFilterAgentFilter. withAgentHealthCodes(AgentHealthCode... agentHealthCodes)The detailed health state of the agent.AgentFilterAgentFilter. withAgentHealthCodes(String... agentHealthCodes)The detailed health state of the agent.AgentFilterAgentFilter. withAgentHealthCodes(Collection<String> agentHealthCodes)The detailed health state of the agent.AgentFilterAgentFilter. withAgentHealths(AgentHealth... agentHealths)The current health state of the agent.AgentFilterAgentFilter. withAgentHealths(String... agentHealths)The current health state of the agent.AgentFilterAgentFilter. 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 voidListAssessmentRunAgentsRequest. setFilter(AgentFilter filter)You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentRunAgentsRequestListAssessmentRunAgentsRequest. withFilter(AgentFilter filter)You can use this parameter to specify a subset of data to be included in the action's response.
-