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