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