Uses of Class
com.oracle.bmc.jms.model.PluginErrorCollection
-
Packages that use PluginErrorCollection Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.responses -
-
Uses of PluginErrorCollection in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorCollection Modifier and Type Method Description PluginErrorCollection
PluginErrorCollection.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type PluginErrorCollection Modifier and Type Method Description PluginErrorCollection.Builder
PluginErrorCollection.Builder. copy(PluginErrorCollection model)
-
Uses of PluginErrorCollection in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return PluginErrorCollection Modifier and Type Method Description PluginErrorCollection
ListPluginErrorsResponse. getPluginErrorCollection()
The returned PluginErrorCollection instance.Methods in com.oracle.bmc.jms.responses with parameters of type PluginErrorCollection Modifier and Type Method Description ListPluginErrorsResponse.Builder
ListPluginErrorsResponse.Builder. pluginErrorCollection(PluginErrorCollection pluginErrorCollection)
The returned PluginErrorCollection instance.
-