Uses of Class
com.oracle.bmc.goldengate.model.DeploymentVersionSummary
-
Packages that use DeploymentVersionSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of DeploymentVersionSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentVersionSummary Modifier and Type Method Description Iterable<DeploymentVersionSummary>
GoldenGatePaginators. listDeploymentVersionsRecordIterator(ListDeploymentVersionsRequest request)
Creates a new iterable which will iterate over theDeploymentVersionSummary
objects contained in responses from the listDeploymentVersions operation. -
Uses of DeploymentVersionSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentVersionSummary Modifier and Type Method Description DeploymentVersionSummary
DeploymentVersionSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentVersionSummary Modifier and Type Method Description List<DeploymentVersionSummary>
DeploymentVersionCollection. getItems()
Array of DeploymentVersionSummary.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentVersionSummary Modifier and Type Method Description DeploymentVersionSummary.Builder
DeploymentVersionSummary.Builder. copy(DeploymentVersionSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentVersionSummary Modifier and Type Method Description DeploymentVersionCollection.Builder
DeploymentVersionCollection.Builder. items(List<DeploymentVersionSummary> items)
Array of DeploymentVersionSummary.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentVersionSummary Constructor Description DeploymentVersionCollection(List<DeploymentVersionSummary> items)
Deprecated.
-