Uses of Class
com.oracle.bmc.datacc.model.MaintenanceExecutionSummary
-
Packages that use MaintenanceExecutionSummary Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model -
-
Uses of MaintenanceExecutionSummary in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type MaintenanceExecutionSummary Modifier and Type Method Description Iterable<MaintenanceExecutionSummary>BaseinfraPaginators. listMaintenanceExecutionsRecordIterator(ListMaintenanceExecutionsRequest request)Creates a new iterable which will iterate over theMaintenanceExecutionSummaryobjects contained in responses from the listMaintenanceExecutions operation. -
Uses of MaintenanceExecutionSummary in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return MaintenanceExecutionSummary Modifier and Type Method Description MaintenanceExecutionSummaryMaintenanceExecutionSummary.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type MaintenanceExecutionSummary Modifier and Type Method Description List<MaintenanceExecutionSummary>MaintenanceExecutionCollection. getItems()A list of maintenance run execution history.Methods in com.oracle.bmc.datacc.model with parameters of type MaintenanceExecutionSummary Modifier and Type Method Description MaintenanceExecutionSummary.BuilderMaintenanceExecutionSummary.Builder. copy(MaintenanceExecutionSummary model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceExecutionSummary Modifier and Type Method Description MaintenanceExecutionCollection.BuilderMaintenanceExecutionCollection.Builder. items(List<MaintenanceExecutionSummary> items)A list of maintenance run execution history.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceExecutionSummary Constructor Description MaintenanceExecutionCollection(List<MaintenanceExecutionSummary> items)Deprecated.
-