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