Uses of Class
software.amazon.awssdk.services.inspector.model.AgentPreview
-
Packages that use AgentPreview Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AgentPreview in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AgentPreview Modifier and Type Method Description List<AgentPreview>PreviewAgentsResponse. agentPreviews()The resulting list of agents.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AgentPreview Modifier and Type Method Description PreviewAgentsResponse.BuilderPreviewAgentsResponse.Builder. agentPreviews(AgentPreview... agentPreviews)The resulting list of agents.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AgentPreview Modifier and Type Method Description PreviewAgentsResponse.BuilderPreviewAgentsResponse.Builder. agentPreviews(Collection<AgentPreview> agentPreviews)The resulting list of agents.
-