Uses of Class
com.oracle.bmc.goldengate.model.DeploymentTypeSummary
-
Packages that use DeploymentTypeSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of DeploymentTypeSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentTypeSummary Modifier and Type Method Description Iterable<DeploymentTypeSummary>GoldenGatePaginators. listDeploymentTypesRecordIterator(ListDeploymentTypesRequest request)Creates a new iterable which will iterate over theDeploymentTypeSummaryobjects contained in responses from the listDeploymentTypes operation. -
Uses of DeploymentTypeSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentTypeSummary Modifier and Type Method Description DeploymentTypeSummaryDeploymentTypeSummary.Builder. build()Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentTypeSummary Modifier and Type Method Description List<DeploymentTypeSummary>DeploymentTypeCollection. getItems()Array of DeploymentTypeSummaryMethods in com.oracle.bmc.goldengate.model with parameters of type DeploymentTypeSummary Modifier and Type Method Description DeploymentTypeSummary.BuilderDeploymentTypeSummary.Builder. copy(DeploymentTypeSummary model)Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentTypeSummary Modifier and Type Method Description DeploymentTypeCollection.BuilderDeploymentTypeCollection.Builder. items(List<DeploymentTypeSummary> items)Array of DeploymentTypeSummaryConstructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentTypeSummary Constructor Description DeploymentTypeCollection(List<DeploymentTypeSummary> items)Deprecated.
-