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 AgentHealth
AgentHealth. fromValue(String value)
Use this in place of valueOf.static AgentHealth
AgentHealth. 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 void
AssessmentRunAgent. setAgentHealth(AgentHealth agentHealth)
The current health state of the agent.AssessmentRunAgent
AssessmentRunAgent. withAgentHealth(AgentHealth agentHealth)
The current health state of the agent.AgentFilter
AgentFilter. withAgentHealths(AgentHealth... agentHealths)
The current health state of the agent.
-