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