Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteFunctionLibraryRequest
-
Packages that use DeleteFunctionLibraryRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteFunctionLibraryRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteFunctionLibraryRequest Modifier and Type Method Description DeleteFunctionLibraryResponse
DataIntegration. deleteFunctionLibrary(DeleteFunctionLibraryRequest request)
Removes a Function Library from a project using the specified identifier.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)
DeleteFunctionLibraryResponse
DataIntegrationClient. deleteFunctionLibrary(DeleteFunctionLibraryRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteFunctionLibraryRequest 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 DeleteFunctionLibraryRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteFunctionLibraryRequest Modifier and Type Method Description DeleteFunctionLibraryRequest
DeleteFunctionLibraryRequest.Builder. build()
Build the instance of DeleteFunctionLibraryRequest as configured by this builderDeleteFunctionLibraryRequest
DeleteFunctionLibraryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteFunctionLibraryRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteFunctionLibraryRequest Modifier and Type Method Description DeleteFunctionLibraryRequest.Builder
DeleteFunctionLibraryRequest.Builder. copy(DeleteFunctionLibraryRequest o)
Copy method to populate the builder with values from the given instance.
-