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