Uses of Class
com.oracle.bmc.dataintegration.responses.ListUserDefinedFunctionsResponse
-
Packages that use ListUserDefinedFunctionsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListUserDefinedFunctionsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListUserDefinedFunctionsResponse Modifier and Type Method Description ListUserDefinedFunctionsResponse
DataIntegration. listUserDefinedFunctions(ListUserDefinedFunctionsRequest request)
Retrieves a list of UserDefinedFunctions in a function library.ListUserDefinedFunctionsResponse
DataIntegrationClient. listUserDefinedFunctions(ListUserDefinedFunctionsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListUserDefinedFunctionsResponse 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)
Iterable<ListUserDefinedFunctionsResponse>
DataIntegrationPaginators. listUserDefinedFunctionsResponseIterator(ListUserDefinedFunctionsRequest request)
Creates a new iterable which will iterate over the responses received from the listUserDefinedFunctions operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListUserDefinedFunctionsResponse 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 ListUserDefinedFunctionsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListUserDefinedFunctionsResponse Modifier and Type Method Description ListUserDefinedFunctionsResponse
ListUserDefinedFunctionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListUserDefinedFunctionsResponse Modifier and Type Method Description ListUserDefinedFunctionsResponse.Builder
ListUserDefinedFunctionsResponse.Builder. copy(ListUserDefinedFunctionsResponse o)
Copy method to populate the builder with values from the given instance.
-