Uses of Class
com.oracle.bmc.jms.model.PluginErrorSummary
-
Packages that use PluginErrorSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of PluginErrorSummary in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type PluginErrorSummary Modifier and Type Method Description Iterable<PluginErrorSummary>
JavaManagementServicePaginators. listPluginErrorsRecordIterator(ListPluginErrorsRequest request)
Creates a new iterable which will iterate over thePluginErrorSummary
objects contained in responses from the listPluginErrors operation. -
Uses of PluginErrorSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorSummary Modifier and Type Method Description PluginErrorSummary
PluginErrorSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type PluginErrorSummary Modifier and Type Method Description List<PluginErrorSummary>
PluginErrorCollection. getItems()
A list of PluginErrorSummary.Methods in com.oracle.bmc.jms.model with parameters of type PluginErrorSummary Modifier and Type Method Description PluginErrorSummary.Builder
PluginErrorSummary.Builder. copy(PluginErrorSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorSummary Modifier and Type Method Description PluginErrorCollection.Builder
PluginErrorCollection.Builder. items(List<PluginErrorSummary> items)
A list of PluginErrorSummary.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type PluginErrorSummary Constructor Description PluginErrorCollection(List<PluginErrorSummary> items)
Deprecated.
-