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.database
Methods 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 theOneoffPatchSummary
objects contained in responses from the listOneoffPatches operation. -
Uses of OneoffPatchSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return OneoffPatchSummary Modifier and Type Method Description OneoffPatchSummary
OneoffPatchSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type OneoffPatchSummary Modifier and Type Method Description OneoffPatchSummary.Builder
OneoffPatchSummary.Builder. copy(OneoffPatchSummary model)
-
Uses of OneoffPatchSummary in com.oracle.bmc.database.responses
Methods 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.Builder
ListOneoffPatchesResponse.Builder. items(List<OneoffPatchSummary> items)
A list of com.oracle.bmc.database.model.OneoffPatchSummary instances.
-