Uses of Class
com.oracle.bmc.dataintegration.responses.CreateUserDefinedFunctionResponse
- 
Packages that use CreateUserDefinedFunctionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses 
- 
- 
Uses of CreateUserDefinedFunctionResponse in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponseDataIntegration. createUserDefinedFunction(CreateUserDefinedFunctionRequest request)Creates a new UserDefinedFunction in a function library ready for performing data integrations.CreateUserDefinedFunctionResponseDataIntegrationClient. createUserDefinedFunction(CreateUserDefinedFunctionRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateUserDefinedFunctionResponse Modifier and Type Method Description Future<CreateUserDefinedFunctionResponse>DataIntegrationAsync. createUserDefinedFunction(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResponse> handler)Creates a new UserDefinedFunction in a function library ready for performing data integrations.Future<CreateUserDefinedFunctionResponse>DataIntegrationAsyncClient. createUserDefinedFunction(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResponse> handler)Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateUserDefinedFunctionResponse Modifier and Type Method Description Future<CreateUserDefinedFunctionResponse>DataIntegrationAsync. createUserDefinedFunction(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResponse> handler)Creates a new UserDefinedFunction in a function library ready for performing data integrations.Future<CreateUserDefinedFunctionResponse>DataIntegrationAsyncClient. createUserDefinedFunction(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResponse> handler)
- 
Uses of CreateUserDefinedFunctionResponse in com.oracle.bmc.dataintegration.responsesMethods in com.oracle.bmc.dataintegration.responses that return CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponseCreateUserDefinedFunctionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponse.BuilderCreateUserDefinedFunctionResponse.Builder. copy(CreateUserDefinedFunctionResponse o)Copy method to populate the builder with values from the given instance.
 
-