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