Uses of Class
com.amazonaws.services.inspector.model.AgentPreview
-
Packages that use AgentPreview Package Description com.amazonaws.services.inspector.model -
-
Uses of AgentPreview in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AgentPreview Modifier and Type Method 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.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AgentPreview Modifier and Type Method Description List<AgentPreview>
PreviewAgentsResult. getAgentPreviews()
The resulting list of agents.Methods in com.amazonaws.services.inspector.model with parameters of type AgentPreview Modifier and Type Method Description PreviewAgentsResult
PreviewAgentsResult. withAgentPreviews(AgentPreview... agentPreviews)
The resulting list of agents.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AgentPreview Modifier and Type Method Description void
PreviewAgentsResult. setAgentPreviews(Collection<AgentPreview> agentPreviews)
The resulting list of agents.PreviewAgentsResult
PreviewAgentsResult. withAgentPreviews(Collection<AgentPreview> agentPreviews)
The resulting list of agents.
-