Uses of Class
com.amazonaws.services.inspector.model.AgentFilter
Packages that use AgentFilter
-
Uses of AgentFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AgentFilterModifier and TypeMethodDescriptionAgentFilter.clone()ListAssessmentRunAgentsRequest.getFilter()You can use this parameter to specify a subset of data to be included in the action's response.AgentFilter.withAgentHealthCodes(AgentHealthCode... agentHealthCodes) The detailed health state of the agent.AgentFilter.withAgentHealthCodes(String... agentHealthCodes) The detailed health state of the agent.AgentFilter.withAgentHealthCodes(Collection<String> agentHealthCodes) The detailed health state of the agent.AgentFilter.withAgentHealths(AgentHealth... agentHealths) The current health state of the agent.AgentFilter.withAgentHealths(String... agentHealths) The current health state of the agent.AgentFilter.withAgentHealths(Collection<String> agentHealths) The current health state of the agent.Methods in com.amazonaws.services.inspector.model with parameters of type AgentFilterModifier and TypeMethodDescriptionvoidListAssessmentRunAgentsRequest.setFilter(AgentFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentRunAgentsRequest.withFilter(AgentFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.