| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.clone() |
Agent |
Agent.withAccountId(String accountId)
AWS account of the EC2 instance where the agent is installed.
|
Agent |
Agent.withAgentHealth(String agentHealth)
The current health state of the agent.
|
Agent |
Agent.withAgentHealthCode(String agentHealthCode)
The detailed health state of the agent.
|
Agent |
Agent.withAgentHealthDetails(String agentHealthDetails)
The description for the agent health code.
|
Agent |
Agent.withAgentId(String agentId)
The EC2 instance ID where the agent is installed.
|
Agent |
Agent.withAssessmentArn(String assessmentArn)
The ARN of the assessment that is associated with the agent.
|
Agent |
Agent.withAutoScalingGroup(String autoScalingGroup)
This data type property is currently not used.
|
Agent |
Agent.withTelemetry(Collection<Telemetry> telemetry)
The Inspector application data metrics collected by the agent.
|
Agent |
Agent.withTelemetry(Telemetry... telemetry)
The Inspector application data metrics collected by the agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
ListAssessmentAgentsResult.getAgentList()
A list of ARNs specifying the agents returned by the action.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentAgentsResult |
ListAssessmentAgentsResult.withAgentList(Agent... agentList)
A list of ARNs specifying the agents returned by the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentAgentsResult.setAgentList(Collection<Agent> agentList)
A list of ARNs specifying the agents returned by the action.
|
ListAssessmentAgentsResult |
ListAssessmentAgentsResult.withAgentList(Collection<Agent> agentList)
A list of ARNs specifying the agents returned by the action.
|
Copyright © 2016. All rights reserved.