Uses of Class
com.oracle.bmc.datacatalog.responses.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of DeleteConnectionResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DataCatalog. deleteConnection(DeleteConnectionRequest request)
Deletes a specific connection of a data asset.DeleteConnectionResponse
DataCatalogClient. deleteConnection(DeleteConnectionRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DataCatalogAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Deletes a specific connection of a data asset.Future<DeleteConnectionResponse>
DataCatalogAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DataCatalogAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Deletes a specific connection of a data asset.Future<DeleteConnectionResponse>
DataCatalogAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
-
Uses of DeleteConnectionResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DeleteConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.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.
-