Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.WorkRequestSummary
- 
Packages that use WorkRequestSummary Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.model 
- 
- 
Uses of WorkRequestSummary in com.oracle.bmc.globallydistributeddatabaseMethods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type WorkRequestSummary Modifier and Type Method Description Iterable<WorkRequestSummary>ShardedDatabaseServicePaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over theWorkRequestSummaryobjects contained in responses from the listWorkRequests operation.
- 
Uses of WorkRequestSummary in com.oracle.bmc.globallydistributeddatabase.modelMethods in com.oracle.bmc.globallydistributeddatabase.model that return WorkRequestSummary Modifier and Type Method Description WorkRequestSummaryWorkRequestSummary.Builder. build()Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type WorkRequestSummary Modifier and Type Method Description List<WorkRequestSummary>WorkRequestSummaryCollection. getItems()List of workRequestSummary objects.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type WorkRequestSummary Modifier and Type Method Description WorkRequestSummary.BuilderWorkRequestSummary.Builder. copy(WorkRequestSummary model)Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type WorkRequestSummary Modifier and Type Method Description WorkRequestSummaryCollection.BuilderWorkRequestSummaryCollection.Builder. items(List<WorkRequestSummary> items)List of workRequestSummary objects.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type WorkRequestSummary Constructor Description WorkRequestSummaryCollection(List<WorkRequestSummary> items)Deprecated.
 
-