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