Uses of Class
com.oracle.bmc.goldengate.responses.ImportDeploymentWalletResponse
-
Packages that use ImportDeploymentWalletResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ImportDeploymentWalletResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ImportDeploymentWalletResponse Modifier and Type Method Description ImportDeploymentWalletResponse
GoldenGate. importDeploymentWallet(ImportDeploymentWalletRequest request)
Imports an OGG wallet from the OCI Vault to the Deployment.ImportDeploymentWalletResponse
GoldenGateClient. importDeploymentWallet(ImportDeploymentWalletRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ImportDeploymentWalletResponse Modifier and Type Method Description Future<ImportDeploymentWalletResponse>
GoldenGateAsync. importDeploymentWallet(ImportDeploymentWalletRequest request, AsyncHandler<ImportDeploymentWalletRequest,ImportDeploymentWalletResponse> handler)
Imports an OGG wallet from the OCI Vault to the Deployment.Future<ImportDeploymentWalletResponse>
GoldenGateAsyncClient. importDeploymentWallet(ImportDeploymentWalletRequest request, AsyncHandler<ImportDeploymentWalletRequest,ImportDeploymentWalletResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type ImportDeploymentWalletResponse Modifier and Type Method Description Future<ImportDeploymentWalletResponse>
GoldenGateAsync. importDeploymentWallet(ImportDeploymentWalletRequest request, AsyncHandler<ImportDeploymentWalletRequest,ImportDeploymentWalletResponse> handler)
Imports an OGG wallet from the OCI Vault to the Deployment.Future<ImportDeploymentWalletResponse>
GoldenGateAsyncClient. importDeploymentWallet(ImportDeploymentWalletRequest request, AsyncHandler<ImportDeploymentWalletRequest,ImportDeploymentWalletResponse> handler)
-
Uses of ImportDeploymentWalletResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ImportDeploymentWalletResponse Modifier and Type Method Description ImportDeploymentWalletResponse
ImportDeploymentWalletResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ImportDeploymentWalletResponse Modifier and Type Method Description ImportDeploymentWalletResponse.Builder
ImportDeploymentWalletResponse.Builder. copy(ImportDeploymentWalletResponse o)
Copy method to populate the builder with values from the given instance.
-