Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateUserDefinedFunctionResponse
-
Packages that use UpdateUserDefinedFunctionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateUserDefinedFunctionResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateUserDefinedFunctionResponse Modifier and Type Method Description UpdateUserDefinedFunctionResponse
DataIntegration. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request)
Updates a specific UserDefinedFunction.UpdateUserDefinedFunctionResponse
DataIntegrationClient. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateUserDefinedFunctionResponse Modifier and Type Method Description Future<UpdateUserDefinedFunctionResponse>
DataIntegrationAsync. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResponse> handler)
Updates a specific UserDefinedFunction.Future<UpdateUserDefinedFunctionResponse>
DataIntegrationAsyncClient. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateUserDefinedFunctionResponse Modifier and Type Method Description Future<UpdateUserDefinedFunctionResponse>
DataIntegrationAsync. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResponse> handler)
Updates a specific UserDefinedFunction.Future<UpdateUserDefinedFunctionResponse>
DataIntegrationAsyncClient. updateUserDefinedFunction(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResponse> handler)
-
Uses of UpdateUserDefinedFunctionResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateUserDefinedFunctionResponse Modifier and Type Method Description UpdateUserDefinedFunctionResponse
UpdateUserDefinedFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateUserDefinedFunctionResponse Modifier and Type Method Description UpdateUserDefinedFunctionResponse.Builder
UpdateUserDefinedFunctionResponse.Builder. copy(UpdateUserDefinedFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-