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