Uses of Class
com.oracle.bmc.bds.model.NodeBackupSummary
-
Packages that use NodeBackupSummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of NodeBackupSummary in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type NodeBackupSummary Modifier and Type Method Description Iterable<NodeBackupSummary>
BdsPaginators. listNodeBackupsRecordIterator(ListNodeBackupsRequest request)
Creates a new iterable which will iterate over theNodeBackupSummary
objects contained in responses from the listNodeBackups operation. -
Uses of NodeBackupSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeBackupSummary Modifier and Type Method Description NodeBackupSummary
NodeBackupSummary.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type NodeBackupSummary Modifier and Type Method Description NodeBackupSummary.Builder
NodeBackupSummary.Builder. copy(NodeBackupSummary model)
-
Uses of NodeBackupSummary in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return types with arguments of type NodeBackupSummary Modifier and Type Method Description List<NodeBackupSummary>
ListNodeBackupsResponse. getItems()
A list of com.oracle.bmc.bds.model.NodeBackupSummary instances.Method parameters in com.oracle.bmc.bds.responses with type arguments of type NodeBackupSummary Modifier and Type Method Description ListNodeBackupsResponse.Builder
ListNodeBackupsResponse.Builder. items(List<NodeBackupSummary> items)
A list of com.oracle.bmc.bds.model.NodeBackupSummary instances.
-