Uses of Class
com.amazonaws.services.inspector.model.AgentPreview
Packages that use AgentPreview
-
Uses of AgentPreview in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AgentPreviewModifier and TypeMethodDescriptionAgentPreview.clone()
AgentPreview.withAgentId
(String agentId) The ID of the EC2 instance where the agent is installed.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 AgentPreviewModifier and TypeMethodDescriptionPreviewAgentsResult.getAgentPreviews()
The resulting list of agents.Methods in com.amazonaws.services.inspector.model with parameters of type AgentPreviewModifier and TypeMethodDescriptionPreviewAgentsResult.withAgentPreviews
(AgentPreview... agentPreviews) The resulting list of agents.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AgentPreviewModifier and TypeMethodDescriptionvoid
PreviewAgentsResult.setAgentPreviews
(Collection<AgentPreview> agentPreviews) The resulting list of agents.PreviewAgentsResult.withAgentPreviews
(Collection<AgentPreview> agentPreviews) The resulting list of agents.