Uses of Class
com.oracle.bmc.database.model.DbnodeSnapshotSummary
-
Packages that use DbnodeSnapshotSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of DbnodeSnapshotSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DbnodeSnapshotSummary Modifier and Type Method Description Iterable<DbnodeSnapshotSummary>DatabasePaginators. listDbnodeSnapshotsRecordIterator(ListDbnodeSnapshotsRequest request)Creates a new iterable which will iterate over theDbnodeSnapshotSummaryobjects contained in responses from the listDbnodeSnapshots operation. -
Uses of DbnodeSnapshotSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbnodeSnapshotSummary Modifier and Type Method Description DbnodeSnapshotSummaryDbnodeSnapshotSummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type DbnodeSnapshotSummary Modifier and Type Method Description DbnodeSnapshotSummary.BuilderDbnodeSnapshotSummary.Builder. copy(DbnodeSnapshotSummary model) -
Uses of DbnodeSnapshotSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type DbnodeSnapshotSummary Modifier and Type Method Description List<DbnodeSnapshotSummary>ListDbnodeSnapshotsResponse. getItems()A list of com.oracle.bmc.database.model.DbnodeSnapshotSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DbnodeSnapshotSummary Modifier and Type Method Description ListDbnodeSnapshotsResponse.BuilderListDbnodeSnapshotsResponse.Builder. items(List<DbnodeSnapshotSummary> items)A list of com.oracle.bmc.database.model.DbnodeSnapshotSummary instances.
-