Uses of Class
com.oracle.bmc.database.model.SchedulingPolicySummary
-
Packages that use SchedulingPolicySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of SchedulingPolicySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type SchedulingPolicySummary Modifier and Type Method Description Iterable<SchedulingPolicySummary>
DatabasePaginators. listSchedulingPoliciesRecordIterator(ListSchedulingPoliciesRequest request)
Creates a new iterable which will iterate over theSchedulingPolicySummary
objects contained in responses from the listSchedulingPolicies operation. -
Uses of SchedulingPolicySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPolicySummary Modifier and Type Method Description SchedulingPolicySummary
SchedulingPolicySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type SchedulingPolicySummary Modifier and Type Method Description SchedulingPolicySummary.Builder
SchedulingPolicySummary.Builder. copy(SchedulingPolicySummary model)
-
Uses of SchedulingPolicySummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type SchedulingPolicySummary Modifier and Type Method Description List<SchedulingPolicySummary>
ListSchedulingPoliciesResponse. getItems()
A list of com.oracle.bmc.database.model.SchedulingPolicySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type SchedulingPolicySummary Modifier and Type Method Description ListSchedulingPoliciesResponse.Builder
ListSchedulingPoliciesResponse.Builder. items(List<SchedulingPolicySummary> items)
A list of com.oracle.bmc.database.model.SchedulingPolicySummary instances.
-