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 AgentPreviewAgentPreview. clone()AgentPreviewAgentPreview. withAgentId(String agentId)The ID of the EC2 instance where the agent is installed.AgentPreviewAgentPreview. 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 PreviewAgentsResultPreviewAgentsResult. 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 voidPreviewAgentsResult. setAgentPreviews(Collection<AgentPreview> agentPreviews)The resulting list of agents.PreviewAgentsResultPreviewAgentsResult. withAgentPreviews(Collection<AgentPreview> agentPreviews)The resulting list of agents.
-