Uses of Class
com.oracle.bmc.goldengate.requests.UpgradeDeploymentRequest
-
Packages that use UpgradeDeploymentRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of UpgradeDeploymentRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type UpgradeDeploymentRequest Modifier and Type Method Description UpgradeDeploymentResponse
GoldenGate. upgradeDeployment(UpgradeDeploymentRequest request)
Upgrade a Deployment.Future<UpgradeDeploymentResponse>
GoldenGateAsync. upgradeDeployment(UpgradeDeploymentRequest request, AsyncHandler<UpgradeDeploymentRequest,UpgradeDeploymentResponse> handler)
Upgrade a Deployment.Future<UpgradeDeploymentResponse>
GoldenGateAsyncClient. upgradeDeployment(UpgradeDeploymentRequest request, AsyncHandler<UpgradeDeploymentRequest,UpgradeDeploymentResponse> handler)
UpgradeDeploymentResponse
GoldenGateClient. upgradeDeployment(UpgradeDeploymentRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type UpgradeDeploymentRequest 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 UpgradeDeploymentRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return UpgradeDeploymentRequest Modifier and Type Method Description UpgradeDeploymentRequest
UpgradeDeploymentRequest.Builder. build()
Build the instance of UpgradeDeploymentRequest as configured by this builderUpgradeDeploymentRequest
UpgradeDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpgradeDeploymentRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type UpgradeDeploymentRequest Modifier and Type Method Description UpgradeDeploymentRequest.Builder
UpgradeDeploymentRequest.Builder. copy(UpgradeDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-