| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AgentPreview.Builder |
AgentPreview.Builder.agentHealth(AgentHealth agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview.Builder |
AgentPreview.Builder.agentHealth(String agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview.Builder |
AgentPreview.Builder.agentId(String agentId)
The ID of the EC2 instance where the agent is installed.
|
AgentPreview.Builder |
AgentPreview.Builder.agentVersion(String agentVersion)
The version of the Amazon Inspector Agent.
|
AgentPreview.Builder |
AgentPreview.Builder.autoScalingGroup(String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
|
static AgentPreview.Builder |
AgentPreview.builder() |
AgentPreview.Builder |
AgentPreview.Builder.hostname(String hostname)
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview.Builder |
AgentPreview.Builder.ipv4Address(String ipv4Address)
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview.Builder |
AgentPreview.Builder.kernelVersion(String kernelVersion)
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is
installed.
|
AgentPreview.Builder |
AgentPreview.Builder.operatingSystem(String operatingSystem)
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview.Builder |
AgentPreview.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AgentPreview.Builder> |
AgentPreview.serializableBuilderClass() |
Copyright © 2023. All rights reserved.