Uses of Class
com.oracle.bmc.goldengate.model.DeploymentUpgradeSummary
-
Packages that use DeploymentUpgradeSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of DeploymentUpgradeSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentUpgradeSummary Modifier and Type Method Description Iterable<DeploymentUpgradeSummary>
GoldenGatePaginators. listDeploymentUpgradesRecordIterator(ListDeploymentUpgradesRequest request)
Creates a new iterable which will iterate over theDeploymentUpgradeSummary
objects contained in responses from the listDeploymentUpgrades operation. -
Uses of DeploymentUpgradeSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentUpgradeSummary Modifier and Type Method Description DeploymentUpgradeSummary
DeploymentUpgradeSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentUpgradeSummary Modifier and Type Method Description List<DeploymentUpgradeSummary>
DeploymentUpgradeCollection. getItems()
An array of Deployment Upgrade summaries.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentUpgradeSummary Modifier and Type Method Description DeploymentUpgradeSummary.Builder
DeploymentUpgradeSummary.Builder. copy(DeploymentUpgradeSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentUpgradeSummary Modifier and Type Method Description DeploymentUpgradeCollection.Builder
DeploymentUpgradeCollection.Builder. items(List<DeploymentUpgradeSummary> items)
An array of Deployment Upgrade summaries.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentUpgradeSummary Constructor Description DeploymentUpgradeCollection(List<DeploymentUpgradeSummary> items)
Deprecated.
-