Uses of Class
com.oracle.bmc.goldengate.responses.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of CreateDeploymentResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
GoldenGate. createDeployment(CreateDeploymentRequest request)
Creates a new Deployment.CreateDeploymentResponse
GoldenGateClient. createDeployment(CreateDeploymentRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type CreateDeploymentResponse 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)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CreateDeploymentResponse 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 CreateDeploymentResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
CreateDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse.Builder
CreateDeploymentResponse.Builder. copy(CreateDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-