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.database
Methods 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 thePatchSummary
objects contained in responses from the listDbHomePatches operation.Iterable<PatchSummary>
DatabasePaginators. listDbSystemPatchesRecordIterator(ListDbSystemPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listDbSystemPatches operation.Iterable<PatchSummary>
DatabasePaginators. listVmClusterPatchesRecordIterator(ListVmClusterPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listVmClusterPatches operation. -
Uses of PatchSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchSummary Modifier and Type Method Description PatchSummary
PatchSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type PatchSummary Modifier and Type Method Description PatchSummary.Builder
PatchSummary.Builder. copy(PatchSummary model)
-
Uses of PatchSummary in com.oracle.bmc.database.responses
Methods 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.Builder
ListDbHomePatchesResponse.Builder. items(List<PatchSummary> items)
A list of com.oracle.bmc.database.model.PatchSummary instances.ListDbSystemPatchesResponse.Builder
ListDbSystemPatchesResponse.Builder. items(List<PatchSummary> items)
A list of com.oracle.bmc.database.model.PatchSummary instances.ListVmClusterPatchesResponse.Builder
ListVmClusterPatchesResponse.Builder. items(List<PatchSummary> items)
A list of com.oracle.bmc.database.model.PatchSummary instances.
-