Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteConnectionResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DataIntegration. deleteConnection(DeleteConnectionRequest request)
Removes a connection using the specified identifier.DeleteConnectionResponse
DataIntegrationClient. deleteConnection(DeleteConnectionRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DataIntegrationAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Removes a connection using the specified identifier.Future<DeleteConnectionResponse>
DataIntegrationAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DataIntegrationAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Removes a connection using the specified identifier.Future<DeleteConnectionResponse>
DataIntegrationAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
-
Uses of DeleteConnectionResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DeleteConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.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.
-