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