Uses of Class
com.oracle.bmc.datacc.model.MaintenanceRunSummary
-
Packages that use MaintenanceRunSummary Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model -
-
Uses of MaintenanceRunSummary in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type MaintenanceRunSummary Modifier and Type Method Description Iterable<MaintenanceRunSummary>BaseinfraPaginators. listMaintenanceRunsRecordIterator(ListMaintenanceRunsRequest request)Creates a new iterable which will iterate over theMaintenanceRunSummaryobjects contained in responses from the listMaintenanceRuns operation. -
Uses of MaintenanceRunSummary in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return MaintenanceRunSummary Modifier and Type Method Description MaintenanceRunSummaryMaintenanceRunSummary.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type MaintenanceRunSummary Modifier and Type Method Description List<MaintenanceRunSummary>MaintenanceRunCollection. getItems()A list of maintenance runs.Methods in com.oracle.bmc.datacc.model with parameters of type MaintenanceRunSummary Modifier and Type Method Description MaintenanceRunSummary.BuilderMaintenanceRunSummary.Builder. copy(MaintenanceRunSummary model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceRunSummary Modifier and Type Method Description MaintenanceRunCollection.BuilderMaintenanceRunCollection.Builder. items(List<MaintenanceRunSummary> items)A list of maintenance runs.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceRunSummary Constructor Description MaintenanceRunCollection(List<MaintenanceRunSummary> items)Deprecated.
-