Uses of Class
com.oracle.bmc.jms.model.Plugin
-
Packages that use Plugin Package Description com.oracle.bmc.jms.model -
-
Uses of Plugin in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return Plugin Modifier and Type Method Description Plugin
Plugin.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type Plugin Modifier and Type Method Description List<Plugin>
Agent. getPlugins()
A list of plugins installed on this agent.Methods in com.oracle.bmc.jms.model with parameters of type Plugin Modifier and Type Method Description Plugin.Builder
Plugin.Builder. copy(Plugin model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type Plugin Modifier and Type Method Description Agent.Builder
Agent.Builder. plugins(List<Plugin> plugins)
A list of plugins installed on this agent.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type Plugin Constructor Description Agent(String displayName, AgentType type, String javaVersion, JreSecurityStatus javaSecurityStatus, List<Plugin> plugins)
Deprecated.
-