Uses of Class
software.amazon.awssdk.services.inspector.model.AgentHealthCode
-
Packages that use AgentHealthCode Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AgentHealthCode in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return AgentHealthCode Modifier and Type Method Description AgentHealthCodeAssessmentRunAgent. agentHealthCode()The detailed health state of the agent.static AgentHealthCodeAgentHealthCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentHealthCodeAgentHealthCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentHealthCode[]AgentHealthCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AgentHealthCode Modifier and Type Method Description List<AgentHealthCode>AgentFilter. agentHealthCodes()The detailed health state of the agent.static Set<AgentHealthCode>AgentHealthCode. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type AgentHealthCode Modifier and Type Method Description AssessmentRunAgent.BuilderAssessmentRunAgent.Builder. agentHealthCode(AgentHealthCode agentHealthCode)The detailed health state of the agent.AgentFilter.BuilderAgentFilter.Builder. agentHealthCodes(AgentHealthCode... agentHealthCodes)The detailed health state of the agent.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AgentHealthCode Modifier and Type Method Description AgentFilter.BuilderAgentFilter.Builder. agentHealthCodes(Collection<AgentHealthCode> agentHealthCodes)The detailed health state of the agent.
-