Uses of Class
com.oracle.bmc.dataintegration.requests.GetFunctionLibraryRequest
- 
Packages that use GetFunctionLibraryRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of GetFunctionLibraryRequest in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type GetFunctionLibraryRequest Modifier and Type Method Description GetFunctionLibraryResponseDataIntegration. getFunctionLibrary(GetFunctionLibraryRequest request)Retrieves a Function Library using the specified identifier.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)GetFunctionLibraryResponseDataIntegrationClient. getFunctionLibrary(GetFunctionLibraryRequest request)Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetFunctionLibraryRequest 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 GetFunctionLibraryRequest in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return GetFunctionLibraryRequest Modifier and Type Method Description GetFunctionLibraryRequestGetFunctionLibraryRequest.Builder. build()Build the instance of GetFunctionLibraryRequest as configured by this builderGetFunctionLibraryRequestGetFunctionLibraryRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetFunctionLibraryRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetFunctionLibraryRequest Modifier and Type Method Description GetFunctionLibraryRequest.BuilderGetFunctionLibraryRequest.Builder. copy(GetFunctionLibraryRequest o)Copy method to populate the builder with values from the given instance.
 
-