Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AgentPreview> |
PreviewAgentsResult.agentPreviews
The resulting list of agents.
|
Modifier and Type | Method and Description |
---|---|
AgentPreview |
AgentPreview.clone() |
AgentPreview |
AgentPreview.withAgentId(java.lang.String agentId)
The ID of the EC2 instance where the agent is installed.
|
AgentPreview |
AgentPreview.withAutoScalingGroup(java.lang.String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AgentPreview> agentPreviews)
The resulting list of agents.
|
PreviewAgentsResult |
PreviewAgentsResult.withAgentPreviews(java.util.Collection<AgentPreview> agentPreviews)
The resulting list of agents.
|
Modifier and Type | Method and Description |
---|---|
AgentPreview |
AgentPreviewJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentPreviewJsonMarshaller.marshall(AgentPreview agentPreview,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|