Uses of Class
com.oracle.bmc.database.model.OneoffPatchSummary
- 
Packages that use OneoffPatchSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of OneoffPatchSummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type OneoffPatchSummary Modifier and Type Method Description Iterable<OneoffPatchSummary>DatabasePaginators. listOneoffPatchesRecordIterator(ListOneoffPatchesRequest request)Creates a new iterable which will iterate over theOneoffPatchSummaryobjects contained in responses from the listOneoffPatches operation.
- 
Uses of OneoffPatchSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return OneoffPatchSummary Modifier and Type Method Description OneoffPatchSummaryOneoffPatchSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type OneoffPatchSummary Modifier and Type Method Description OneoffPatchSummary.BuilderOneoffPatchSummary.Builder. copy(OneoffPatchSummary model)
- 
Uses of OneoffPatchSummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type OneoffPatchSummary Modifier and Type Method Description List<OneoffPatchSummary>ListOneoffPatchesResponse. getItems()A list of com.oracle.bmc.database.model.OneoffPatchSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type OneoffPatchSummary Modifier and Type Method Description ListOneoffPatchesResponse.BuilderListOneoffPatchesResponse.Builder. items(List<OneoffPatchSummary> items)A list of com.oracle.bmc.database.model.OneoffPatchSummary instances.
 
-