Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
AgentPreview |
AgentPreview.clone() |
AgentPreview |
AgentPreview.withAgentId(String agentId)
The ID of the EC2 instance where the agent is installed.
|
AgentPreview |
AgentPreview.withAutoScalingGroup(String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
|
Modifier and Type | Method and Description |
---|---|
List<AgentPreview> |
PreviewAgentsResult.getAgentPreviews()
The resulting list of agents.
|
Modifier and Type | Method and Description |
---|---|
PreviewAgentsResult |
PreviewAgentsResult.withAgentPreviews(AgentPreview... agentPreviews)
The resulting list of agents.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewAgentsResult.setAgentPreviews(Collection<AgentPreview> agentPreviews)
The resulting list of agents.
|
PreviewAgentsResult |
PreviewAgentsResult.withAgentPreviews(Collection<AgentPreview> agentPreviews)
The resulting list of agents.
|
Copyright © 2018. All rights reserved.