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