Uses of Class
com.oracle.bmc.dataintegration.responses.CreateFunctionLibraryResponse
-
Packages that use CreateFunctionLibraryResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateFunctionLibraryResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateFunctionLibraryResponse 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.CreateFunctionLibraryResponse
DataIntegrationClient. createFunctionLibrary(CreateFunctionLibraryRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateFunctionLibraryResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateFunctionLibraryResponse 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 CreateFunctionLibraryResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateFunctionLibraryResponse Modifier and Type Method Description CreateFunctionLibraryResponse
CreateFunctionLibraryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateFunctionLibraryResponse Modifier and Type Method Description CreateFunctionLibraryResponse.Builder
CreateFunctionLibraryResponse.Builder. copy(CreateFunctionLibraryResponse o)
Copy method to populate the builder with values from the given instance.
-