Uses of Class
com.oracle.bmc.jms.model.PluginErrorAggregation
-
Packages that use PluginErrorAggregation Package Description com.oracle.bmc.jms.model -
-
Uses of PluginErrorAggregation in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorAggregation Modifier and Type Method Description PluginErrorAggregation
PluginErrorAggregation.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type PluginErrorAggregation Modifier and Type Method Description List<PluginErrorAggregation>
PluginErrorAggregationSummary. getPluginErrorAggregations()
List of plugin aggregation errors.Methods in com.oracle.bmc.jms.model with parameters of type PluginErrorAggregation Modifier and Type Method Description PluginErrorAggregation.Builder
PluginErrorAggregation.Builder. copy(PluginErrorAggregation model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorAggregation Modifier and Type Method Description PluginErrorAggregationSummary.Builder
PluginErrorAggregationSummary.Builder. pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)
List of plugin aggregation errors.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorAggregation Constructor Description PluginErrorAggregationSummary(Integer healthyPluginCount, List<PluginErrorAggregation> pluginErrorAggregations)
Deprecated.
-