Uses of Class
com.oracle.bmc.database.model.PatchSummary
- 
Packages that use PatchSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of PatchSummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type PatchSummary Modifier and Type Method Description Iterable<PatchSummary>DatabasePaginators. listDbHomePatchesRecordIterator(ListDbHomePatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listDbHomePatches operation.Iterable<PatchSummary>DatabasePaginators. listDbSystemPatchesRecordIterator(ListDbSystemPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listDbSystemPatches operation.Iterable<PatchSummary>DatabasePaginators. listVmClusterPatchesRecordIterator(ListVmClusterPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listVmClusterPatches operation.
- 
Uses of PatchSummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return PatchSummary Modifier and Type Method Description PatchSummaryPatchSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type PatchSummary Modifier and Type Method Description PatchSummary.BuilderPatchSummary.Builder. copy(PatchSummary model)
- 
Uses of PatchSummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type PatchSummary Modifier and Type Method Description List<PatchSummary>ListDbHomePatchesResponse. getItems()A list of com.oracle.bmc.database.model.PatchSummary instances.List<PatchSummary>ListDbSystemPatchesResponse. getItems()A list of com.oracle.bmc.database.model.PatchSummary instances.List<PatchSummary>ListVmClusterPatchesResponse. getItems()A list of com.oracle.bmc.database.model.PatchSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type PatchSummary Modifier and Type Method Description ListDbHomePatchesResponse.BuilderListDbHomePatchesResponse.Builder. items(List<PatchSummary> items)A list of com.oracle.bmc.database.model.PatchSummary instances.ListDbSystemPatchesResponse.BuilderListDbSystemPatchesResponse.Builder. items(List<PatchSummary> items)A list of com.oracle.bmc.database.model.PatchSummary instances.ListVmClusterPatchesResponse.BuilderListVmClusterPatchesResponse.Builder. items(List<PatchSummary> items)A list of com.oracle.bmc.database.model.PatchSummary instances.
 
-