Uses of Class
com.oracle.bmc.goldengate.requests.ExportDeploymentWalletRequest
-
Packages that use ExportDeploymentWalletRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of ExportDeploymentWalletRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type ExportDeploymentWalletRequest Modifier and Type Method Description ExportDeploymentWalletResponse
GoldenGate. exportDeploymentWallet(ExportDeploymentWalletRequest request)
Export the OGG wallet from the deployment to OCI vault.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)
ExportDeploymentWalletResponse
GoldenGateClient. exportDeploymentWallet(ExportDeploymentWalletRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type ExportDeploymentWalletRequest 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 ExportDeploymentWalletRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ExportDeploymentWalletRequest Modifier and Type Method Description ExportDeploymentWalletRequest
ExportDeploymentWalletRequest.Builder. build()
Build the instance of ExportDeploymentWalletRequest as configured by this builderExportDeploymentWalletRequest
ExportDeploymentWalletRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportDeploymentWalletRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type ExportDeploymentWalletRequest Modifier and Type Method Description ExportDeploymentWalletRequest.Builder
ExportDeploymentWalletRequest.Builder. copy(ExportDeploymentWalletRequest o)
Copy method to populate the builder with values from the given instance.
-