| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AgentPreview |
AgentPreview.clone() |
AgentPreview |
AgentPreview.withAgentHealth(AgentHealth agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview |
AgentPreview.withAgentHealth(String agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview |
AgentPreview.withAgentId(String agentId)
The ID of the EC2 instance where the agent is installed.
|
AgentPreview |
AgentPreview.withAgentVersion(String agentVersion)
The version of the Amazon Inspector Agent.
|
AgentPreview |
AgentPreview.withAutoScalingGroup(String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
|
AgentPreview |
AgentPreview.withHostname(String hostname)
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview |
AgentPreview.withIpv4Address(String ipv4Address)
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview |
AgentPreview.withKernelVersion(String kernelVersion)
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is
installed.
|
AgentPreview |
AgentPreview.withOperatingSystem(String operatingSystem)
The operating system running on the EC2 instance on which the Amazon Inspector 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 © 2022. All rights reserved.