Uses of Class
com.oracle.bmc.goldengate.responses.GetDeploymentUpgradeResponse
- 
Packages that use GetDeploymentUpgradeResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses 
- 
- 
Uses of GetDeploymentUpgradeResponse in com.oracle.bmc.goldengateMethods in com.oracle.bmc.goldengate that return GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponseGoldenGate. getDeploymentUpgrade(GetDeploymentUpgradeRequest request)Retrieves a deployment upgrade.GetDeploymentUpgradeResponseGoldenGateClient. getDeploymentUpgrade(GetDeploymentUpgradeRequest request)Method parameters in com.oracle.bmc.goldengate with type arguments of type GetDeploymentUpgradeResponse Modifier and Type Method Description Future<GetDeploymentUpgradeResponse>GoldenGateAsync. getDeploymentUpgrade(GetDeploymentUpgradeRequest request, AsyncHandler<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse> handler)Retrieves a deployment upgrade.Future<GetDeploymentUpgradeResponse>GoldenGateAsyncClient. getDeploymentUpgrade(GetDeploymentUpgradeRequest request, AsyncHandler<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse> handler)
- 
Uses of GetDeploymentUpgradeResponse in com.oracle.bmc.goldengate.responsesMethods in com.oracle.bmc.goldengate.responses that return GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponseGetDeploymentUpgradeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponse.BuilderGetDeploymentUpgradeResponse.Builder. copy(GetDeploymentUpgradeResponse o)Copy method to populate the builder with values from the given instance.
 
-