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