Uses of Class
com.oracle.bmc.dataintegration.requests.CreateFunctionLibraryRequest
-
Packages that use CreateFunctionLibraryRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateFunctionLibraryRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateFunctionLibraryRequest Modifier and Type Method Description CreateFunctionLibraryResponse
DataIntegration. createFunctionLibrary(CreateFunctionLibraryRequest request)
Creates a function library in a project or in another function library, limited to two levels of function libraries.Future<CreateFunctionLibraryResponse>
DataIntegrationAsync. createFunctionLibrary(CreateFunctionLibraryRequest request, AsyncHandler<CreateFunctionLibraryRequest,CreateFunctionLibraryResponse> handler)
Creates a function library in a project or in another function library, limited to two levels of function libraries.Future<CreateFunctionLibraryResponse>
DataIntegrationAsyncClient. createFunctionLibrary(CreateFunctionLibraryRequest request, AsyncHandler<CreateFunctionLibraryRequest,CreateFunctionLibraryResponse> handler)
CreateFunctionLibraryResponse
DataIntegrationClient. createFunctionLibrary(CreateFunctionLibraryRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateFunctionLibraryRequest Modifier and Type Method Description Future<CreateFunctionLibraryResponse>
DataIntegrationAsync. createFunctionLibrary(CreateFunctionLibraryRequest request, AsyncHandler<CreateFunctionLibraryRequest,CreateFunctionLibraryResponse> handler)
Creates a function library in a project or in another function library, limited to two levels of function libraries.Future<CreateFunctionLibraryResponse>
DataIntegrationAsyncClient. createFunctionLibrary(CreateFunctionLibraryRequest request, AsyncHandler<CreateFunctionLibraryRequest,CreateFunctionLibraryResponse> handler)
-
Uses of CreateFunctionLibraryRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateFunctionLibraryRequest Modifier and Type Method Description CreateFunctionLibraryRequest
CreateFunctionLibraryRequest.Builder. build()
Build the instance of CreateFunctionLibraryRequest as configured by this builderCreateFunctionLibraryRequest
CreateFunctionLibraryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateFunctionLibraryRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateFunctionLibraryRequest Modifier and Type Method Description CreateFunctionLibraryRequest.Builder
CreateFunctionLibraryRequest.Builder. copy(CreateFunctionLibraryRequest o)
Copy method to populate the builder with values from the given instance.
-