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.goldengate
Methods in com.oracle.bmc.goldengate that return GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponse
GoldenGate. getDeploymentUpgrade(GetDeploymentUpgradeRequest request)
Retrieves a deployment upgrade.GetDeploymentUpgradeResponse
GoldenGateClient. 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.responses
Methods in com.oracle.bmc.goldengate.responses that return GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponse
GetDeploymentUpgradeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type GetDeploymentUpgradeResponse Modifier and Type Method Description GetDeploymentUpgradeResponse.Builder
GetDeploymentUpgradeResponse.Builder. copy(GetDeploymentUpgradeResponse o)
Copy method to populate the builder with values from the given instance.
-