Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteFunctionLibraryResponse
-
Packages that use DeleteFunctionLibraryResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteFunctionLibraryResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteFunctionLibraryResponse Modifier and Type Method Description DeleteFunctionLibraryResponse
DataIntegration. deleteFunctionLibrary(DeleteFunctionLibraryRequest request)
Removes a Function Library from a project using the specified identifier.DeleteFunctionLibraryResponse
DataIntegrationClient. deleteFunctionLibrary(DeleteFunctionLibraryRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteFunctionLibraryResponse Modifier and Type Method Description Future<DeleteFunctionLibraryResponse>
DataIntegrationAsync. deleteFunctionLibrary(DeleteFunctionLibraryRequest request, AsyncHandler<DeleteFunctionLibraryRequest,DeleteFunctionLibraryResponse> handler)
Removes a Function Library from a project using the specified identifier.Future<DeleteFunctionLibraryResponse>
DataIntegrationAsyncClient. deleteFunctionLibrary(DeleteFunctionLibraryRequest request, AsyncHandler<DeleteFunctionLibraryRequest,DeleteFunctionLibraryResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteFunctionLibraryResponse Modifier and Type Method Description Future<DeleteFunctionLibraryResponse>
DataIntegrationAsync. deleteFunctionLibrary(DeleteFunctionLibraryRequest request, AsyncHandler<DeleteFunctionLibraryRequest,DeleteFunctionLibraryResponse> handler)
Removes a Function Library from a project using the specified identifier.Future<DeleteFunctionLibraryResponse>
DataIntegrationAsyncClient. deleteFunctionLibrary(DeleteFunctionLibraryRequest request, AsyncHandler<DeleteFunctionLibraryRequest,DeleteFunctionLibraryResponse> handler)
-
Uses of DeleteFunctionLibraryResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteFunctionLibraryResponse Modifier and Type Method Description DeleteFunctionLibraryResponse
DeleteFunctionLibraryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteFunctionLibraryResponse Modifier and Type Method Description DeleteFunctionLibraryResponse.Builder
DeleteFunctionLibraryResponse.Builder. copy(DeleteFunctionLibraryResponse o)
Copy method to populate the builder with values from the given instance.
-