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.databaseMethods 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 theExecutionWindowSummaryobjects contained in responses from the listExecutionWindows operation.
- 
Uses of ExecutionWindowSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return ExecutionWindowSummary Modifier and Type Method Description ExecutionWindowSummaryExecutionWindowSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type ExecutionWindowSummary Modifier and Type Method Description ExecutionWindowSummary.BuilderExecutionWindowSummary.Builder. copy(ExecutionWindowSummary model)
- 
Uses of ExecutionWindowSummary in com.oracle.bmc.database.responsesMethods 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.BuilderListExecutionWindowsResponse.Builder. items(List<ExecutionWindowSummary> items)A list of com.oracle.bmc.database.model.ExecutionWindowSummary instances.
 
-