Uses of Class
com.oracle.bmc.goldengate.requests.RescheduleDeploymentUpgradeRequest
-
Packages that use RescheduleDeploymentUpgradeRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of RescheduleDeploymentUpgradeRequest in com.oracle.bmc.goldengate
Method parameters in com.oracle.bmc.goldengate with type arguments of type RescheduleDeploymentUpgradeRequest Modifier and Type Method Description Future<RescheduleDeploymentUpgradeResponse>
GoldenGateAsync. rescheduleDeploymentUpgrade(RescheduleDeploymentUpgradeRequest request, AsyncHandler<RescheduleDeploymentUpgradeRequest,RescheduleDeploymentUpgradeResponse> handler)
Reschedules a DeploymentUpgrade, applicable only for DeploymentUpgrade in Waiting state.Future<RescheduleDeploymentUpgradeResponse>
GoldenGateAsyncClient. rescheduleDeploymentUpgrade(RescheduleDeploymentUpgradeRequest request, AsyncHandler<RescheduleDeploymentUpgradeRequest,RescheduleDeploymentUpgradeResponse> handler)
-
Uses of RescheduleDeploymentUpgradeRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return RescheduleDeploymentUpgradeRequest Modifier and Type Method Description RescheduleDeploymentUpgradeRequest
RescheduleDeploymentUpgradeRequest.Builder. build()
Build the instance of RescheduleDeploymentUpgradeRequest as configured by this builderRescheduleDeploymentUpgradeRequest
RescheduleDeploymentUpgradeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RescheduleDeploymentUpgradeRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type RescheduleDeploymentUpgradeRequest Modifier and Type Method Description RescheduleDeploymentUpgradeRequest.Builder
RescheduleDeploymentUpgradeRequest.Builder. copy(RescheduleDeploymentUpgradeRequest o)
Copy method to populate the builder with values from the given instance.
-