Uses of Class
com.oracle.bmc.database.model.SchedulingPlanSummary
-
Packages that use SchedulingPlanSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of SchedulingPlanSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type SchedulingPlanSummary Modifier and Type Method Description Iterable<SchedulingPlanSummary>
DatabasePaginators. listSchedulingPlansRecordIterator(ListSchedulingPlansRequest request)
Creates a new iterable which will iterate over theSchedulingPlanSummary
objects contained in responses from the listSchedulingPlans operation. -
Uses of SchedulingPlanSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPlanSummary Modifier and Type Method Description SchedulingPlanSummary
SchedulingPlanSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type SchedulingPlanSummary Modifier and Type Method Description List<SchedulingPlanSummary>
SchedulingPlanCollection. getItems()
List of Scheduling Plan resources.Methods in com.oracle.bmc.database.model with parameters of type SchedulingPlanSummary Modifier and Type Method Description SchedulingPlanSummary.Builder
SchedulingPlanSummary.Builder. copy(SchedulingPlanSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type SchedulingPlanSummary Modifier and Type Method Description SchedulingPlanCollection.Builder
SchedulingPlanCollection.Builder. items(List<SchedulingPlanSummary> items)
List of Scheduling Plan resources.Constructor parameters in com.oracle.bmc.database.model with type arguments of type SchedulingPlanSummary Constructor Description SchedulingPlanCollection(List<SchedulingPlanSummary> items)
Deprecated.
-