Uses of Class
com.amazonaws.services.inspector.model.AgentHealth
-
Packages that use AgentHealth Package Description com.amazonaws.services.inspector.model -
-
Uses of AgentHealth in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AgentHealth Modifier and Type Method Description static AgentHealthAgentHealth. fromValue(String value)Use this in place of valueOf.static AgentHealthAgentHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentHealth[]AgentHealth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.inspector.model with parameters of type AgentHealth Modifier and Type Method Description voidAssessmentRunAgent. setAgentHealth(AgentHealth agentHealth)The current health state of the agent.AssessmentRunAgentAssessmentRunAgent. withAgentHealth(AgentHealth agentHealth)The current health state of the agent.AgentFilterAgentFilter. withAgentHealths(AgentHealth... agentHealths)The current health state of the agent.
-