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