| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AgentHealth |
AgentPreview.agentHealth()
The health status of the Amazon Inspector Agent.
|
AgentHealth |
AssessmentRunAgent.agentHealth()
The current health state of the agent.
|
static AgentHealth |
AgentHealth.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentHealth> |
AgentFilter.agentHealths()
The current health state of the agent.
|
static Set<AgentHealth> |
AgentHealth.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AgentPreview.Builder |
AgentPreview.Builder.agentHealth(AgentHealth agentHealth)
The health status of the Amazon Inspector Agent.
|
AssessmentRunAgent.Builder |
AssessmentRunAgent.Builder.agentHealth(AgentHealth agentHealth)
The current health state of the agent.
|
AgentFilter.Builder |
AgentFilter.Builder.agentHealths(AgentHealth... agentHealths)
The current health state of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
AgentFilter.Builder |
AgentFilter.Builder.agentHealths(Collection<AgentHealth> agentHealths)
The current health state of the agent.
|
Copyright © 2023. All rights reserved.