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