Uses of Class
software.amazon.awssdk.services.inspector.model.AgentHealth
-
Packages that use AgentHealth Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AgentHealth in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return AgentHealth Modifier and Type Method Description AgentHealthAgentPreview. agentHealth()The health status of the Amazon Inspector Agent.AgentHealthAssessmentRunAgent. agentHealth()The current health state of the agent.static AgentHealthAgentHealth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.inspector.model that return types with arguments of type AgentHealth Modifier and Type Method Description List<AgentHealth>AgentFilter. agentHealths()The current health state of the agent.static Set<AgentHealth>AgentHealth. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type AgentHealth Modifier and Type Method Description AgentPreview.BuilderAgentPreview.Builder. agentHealth(AgentHealth agentHealth)The health status of the Amazon Inspector Agent.AssessmentRunAgent.BuilderAssessmentRunAgent.Builder. agentHealth(AgentHealth agentHealth)The current health state of the agent.AgentFilter.BuilderAgentFilter.Builder. agentHealths(AgentHealth... agentHealths)The current health state of the agent.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AgentHealth Modifier and Type Method Description AgentFilter.BuilderAgentFilter.Builder. agentHealths(Collection<AgentHealth> agentHealths)The current health state of the agent.
-