Uses of Class
com.oracle.bmc.jms.model.PluginErrorAggregationSummary
-
Packages that use PluginErrorAggregationSummary Package Description com.oracle.bmc.jms.model -
-
Uses of PluginErrorAggregationSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorAggregationSummary Modifier and Type Method Description PluginErrorAggregationSummary
PluginErrorAggregationSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type PluginErrorAggregationSummary Modifier and Type Method Description List<PluginErrorAggregationSummary>
PluginErrorAggregationCollection. getItems()
A list of PluginErrorAggregationSummary.Methods in com.oracle.bmc.jms.model with parameters of type PluginErrorAggregationSummary Modifier and Type Method Description PluginErrorAggregationSummary.Builder
PluginErrorAggregationSummary.Builder. copy(PluginErrorAggregationSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorAggregationSummary Modifier and Type Method Description PluginErrorAggregationCollection.Builder
PluginErrorAggregationCollection.Builder. items(List<PluginErrorAggregationSummary> items)
A list of PluginErrorAggregationSummary.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorAggregationSummary Constructor Description PluginErrorAggregationCollection(List<PluginErrorAggregationSummary> items)
Deprecated.
-