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.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponse
DataIntegration. createUserDefinedFunction(CreateUserDefinedFunctionRequest request)
Creates a new UserDefinedFunction in a function library ready for performing data integrations.CreateUserDefinedFunctionResponse
DataIntegrationClient. 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.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponse
CreateUserDefinedFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateUserDefinedFunctionResponse Modifier and Type Method Description CreateUserDefinedFunctionResponse.Builder
CreateUserDefinedFunctionResponse.Builder. copy(CreateUserDefinedFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-