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