Uses of Class
com.oracle.bmc.goldengate.responses.CreatePipelineResponse
-
Packages that use CreatePipelineResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of CreatePipelineResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return CreatePipelineResponse Modifier and Type Method Description CreatePipelineResponse
GoldenGate. createPipeline(CreatePipelineRequest request)
Creates a new Pipeline.CreatePipelineResponse
GoldenGateClient. createPipeline(CreatePipelineRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type CreatePipelineResponse Modifier and Type Method Description Future<CreatePipelineResponse>
GoldenGateAsync. createPipeline(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest,CreatePipelineResponse> handler)
Creates a new Pipeline.Future<CreatePipelineResponse>
GoldenGateAsyncClient. createPipeline(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest,CreatePipelineResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CreatePipelineResponse Modifier and Type Method Description Future<CreatePipelineResponse>
GoldenGateAsync. createPipeline(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest,CreatePipelineResponse> handler)
Creates a new Pipeline.Future<CreatePipelineResponse>
GoldenGateAsyncClient. createPipeline(CreatePipelineRequest request, AsyncHandler<CreatePipelineRequest,CreatePipelineResponse> handler)
-
Uses of CreatePipelineResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return CreatePipelineResponse Modifier and Type Method Description CreatePipelineResponse
CreatePipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type CreatePipelineResponse Modifier and Type Method Description CreatePipelineResponse.Builder
CreatePipelineResponse.Builder. copy(CreatePipelineResponse o)
Copy method to populate the builder with values from the given instance.
-