Uses of Class
com.oracle.bmc.goldengate.model.DeploymentBackupSummary
-
Packages that use DeploymentBackupSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of DeploymentBackupSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentBackupSummary Modifier and Type Method Description Iterable<DeploymentBackupSummary>
GoldenGatePaginators. listDeploymentBackupsRecordIterator(ListDeploymentBackupsRequest request)
Creates a new iterable which will iterate over theDeploymentBackupSummary
objects contained in responses from the listDeploymentBackups operation. -
Uses of DeploymentBackupSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentBackupSummary Modifier and Type Method Description DeploymentBackupSummary
DeploymentBackupSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentBackupSummary Modifier and Type Method Description List<DeploymentBackupSummary>
DeploymentBackupCollection. getItems()
An array of DeploymentBackups.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentBackupSummary Modifier and Type Method Description DeploymentBackupSummary.Builder
DeploymentBackupSummary.Builder. copy(DeploymentBackupSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentBackupSummary Modifier and Type Method Description DeploymentBackupCollection.Builder
DeploymentBackupCollection.Builder. items(List<DeploymentBackupSummary> items)
An array of DeploymentBackups.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentBackupSummary Constructor Description DeploymentBackupCollection(List<DeploymentBackupSummary> items)
Deprecated.
-