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