Uses of Class
com.oracle.bmc.dataintegration.requests.ListUserDefinedFunctionsRequest
-
Packages that use ListUserDefinedFunctionsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListUserDefinedFunctionsRequest in com.oracle.bmc.dataintegration
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListUserDefinedFunctionsRequest Modifier and Type Method Description Future<ListUserDefinedFunctionsResponse>
DataIntegrationAsync. listUserDefinedFunctions(ListUserDefinedFunctionsRequest request, AsyncHandler<ListUserDefinedFunctionsRequest,ListUserDefinedFunctionsResponse> handler)
Retrieves a list of UserDefinedFunctions in a function library.Future<ListUserDefinedFunctionsResponse>
DataIntegrationAsyncClient. listUserDefinedFunctions(ListUserDefinedFunctionsRequest request, AsyncHandler<ListUserDefinedFunctionsRequest,ListUserDefinedFunctionsResponse> handler)
-
Uses of ListUserDefinedFunctionsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListUserDefinedFunctionsRequest Modifier and Type Method Description ListUserDefinedFunctionsRequest
ListUserDefinedFunctionsRequest.Builder. build()
Build the instance of ListUserDefinedFunctionsRequest as configured by this builderListUserDefinedFunctionsRequest
ListUserDefinedFunctionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUserDefinedFunctionsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListUserDefinedFunctionsRequest Modifier and Type Method Description ListUserDefinedFunctionsRequest.Builder
ListUserDefinedFunctionsRequest.Builder. copy(ListUserDefinedFunctionsRequest o)
Copy method to populate the builder with values from the given instance.
-