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.dataintegrationMethods in com.oracle.bmc.dataintegration that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponseDataIntegration. deleteConnection(DeleteConnectionRequest request)Removes a connection using the specified identifier.DeleteConnectionResponseDataIntegrationClient. 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.responsesMethods in com.oracle.bmc.dataintegration.responses that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponseDeleteConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. copy(DeleteConnectionResponse o)Copy method to populate the builder with values from the given instance.
 
-