Uses of Class
com.oracle.bmc.goldengate.model.DeploymentWalletsOperationSummary
-
Packages that use DeploymentWalletsOperationSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of DeploymentWalletsOperationSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentWalletsOperationSummary Modifier and Type Method Description Iterable<DeploymentWalletsOperationSummary>
GoldenGatePaginators. listDeploymentWalletsOperationsRecordIterator(ListDeploymentWalletsOperationsRequest request)
Creates a new iterable which will iterate over theDeploymentWalletsOperationSummary
objects contained in responses from the listDeploymentWalletsOperations operation. -
Uses of DeploymentWalletsOperationSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentWalletsOperationSummary Modifier and Type Method Description DeploymentWalletsOperationSummary
DeploymentWalletsOperationSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentWalletsOperationSummary Modifier and Type Method Description List<DeploymentWalletsOperationSummary>
DeploymentWalletsOperationCollection. getItems()
An array of DeploymentWallets operations.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentWalletsOperationSummary Modifier and Type Method Description DeploymentWalletsOperationSummary.Builder
DeploymentWalletsOperationSummary.Builder. copy(DeploymentWalletsOperationSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentWalletsOperationSummary Modifier and Type Method Description DeploymentWalletsOperationCollection.Builder
DeploymentWalletsOperationCollection.Builder. items(List<DeploymentWalletsOperationSummary> items)
An array of DeploymentWallets operations.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentWalletsOperationSummary Constructor Description DeploymentWalletsOperationCollection(List<DeploymentWalletsOperationSummary> items)
Deprecated.
-