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