Uses of Class
com.oracle.bmc.database.model.PatchHistoryEntrySummary
-
Packages that use PatchHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of PatchHistoryEntrySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type PatchHistoryEntrySummary Modifier and Type Method Description Iterable<PatchHistoryEntrySummary>
DatabasePaginators. listDbHomePatchHistoryEntriesRecordIterator(ListDbHomePatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listDbHomePatchHistoryEntries operation.Iterable<PatchHistoryEntrySummary>
DatabasePaginators. listDbSystemPatchHistoryEntriesRecordIterator(ListDbSystemPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listDbSystemPatchHistoryEntries operation.Iterable<PatchHistoryEntrySummary>
DatabasePaginators. listVmClusterPatchHistoryEntriesRecordIterator(ListVmClusterPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listVmClusterPatchHistoryEntries operation. -
Uses of PatchHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchHistoryEntrySummary Modifier and Type Method Description PatchHistoryEntrySummary
PatchHistoryEntrySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type PatchHistoryEntrySummary Modifier and Type Method Description PatchHistoryEntrySummary.Builder
PatchHistoryEntrySummary.Builder. copy(PatchHistoryEntrySummary model)
-
Uses of PatchHistoryEntrySummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type PatchHistoryEntrySummary Modifier and Type Method Description List<PatchHistoryEntrySummary>
ListDbHomePatchHistoryEntriesResponse. getItems()
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.List<PatchHistoryEntrySummary>
ListDbSystemPatchHistoryEntriesResponse. getItems()
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.List<PatchHistoryEntrySummary>
ListVmClusterPatchHistoryEntriesResponse. getItems()
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type PatchHistoryEntrySummary Modifier and Type Method Description ListDbHomePatchHistoryEntriesResponse.Builder
ListDbHomePatchHistoryEntriesResponse.Builder. items(List<PatchHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.ListDbSystemPatchHistoryEntriesResponse.Builder
ListDbSystemPatchHistoryEntriesResponse.Builder. items(List<PatchHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.ListVmClusterPatchHistoryEntriesResponse.Builder
ListVmClusterPatchHistoryEntriesResponse.Builder. items(List<PatchHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.PatchHistoryEntrySummary instances.
-