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