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