Uses of Class
com.oracle.bmc.goldengate.responses.DeploymentWalletExistsResponse
-
Packages that use DeploymentWalletExistsResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of DeploymentWalletExistsResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return DeploymentWalletExistsResponse Modifier and Type Method Description DeploymentWalletExistsResponse
GoldenGate. deploymentWalletExists(DeploymentWalletExistsRequest request)
Checks if a wallet is already present in the deployment.DeploymentWalletExistsResponse
GoldenGateClient. deploymentWalletExists(DeploymentWalletExistsRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type DeploymentWalletExistsResponse Modifier and Type Method Description Future<DeploymentWalletExistsResponse>
GoldenGateAsync. deploymentWalletExists(DeploymentWalletExistsRequest request, AsyncHandler<DeploymentWalletExistsRequest,DeploymentWalletExistsResponse> handler)
Checks if a wallet is already present in the deployment.Future<DeploymentWalletExistsResponse>
GoldenGateAsyncClient. deploymentWalletExists(DeploymentWalletExistsRequest request, AsyncHandler<DeploymentWalletExistsRequest,DeploymentWalletExistsResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type DeploymentWalletExistsResponse Modifier and Type Method Description Future<DeploymentWalletExistsResponse>
GoldenGateAsync. deploymentWalletExists(DeploymentWalletExistsRequest request, AsyncHandler<DeploymentWalletExistsRequest,DeploymentWalletExistsResponse> handler)
Checks if a wallet is already present in the deployment.Future<DeploymentWalletExistsResponse>
GoldenGateAsyncClient. deploymentWalletExists(DeploymentWalletExistsRequest request, AsyncHandler<DeploymentWalletExistsRequest,DeploymentWalletExistsResponse> handler)
-
Uses of DeploymentWalletExistsResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return DeploymentWalletExistsResponse Modifier and Type Method Description DeploymentWalletExistsResponse
DeploymentWalletExistsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type DeploymentWalletExistsResponse Modifier and Type Method Description DeploymentWalletExistsResponse.Builder
DeploymentWalletExistsResponse.Builder. copy(DeploymentWalletExistsResponse o)
Copy method to populate the builder with values from the given instance.
-