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.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetFunctionLibraryRequest Modifier and Type Method Description GetFunctionLibraryResponse
DataIntegration. 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)
GetFunctionLibraryResponse
DataIntegrationClient. 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.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetFunctionLibraryRequest Modifier and Type Method Description GetFunctionLibraryRequest
GetFunctionLibraryRequest.Builder. build()
Build the instance of GetFunctionLibraryRequest as configured by this builderGetFunctionLibraryRequest
GetFunctionLibraryRequest.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.Builder
GetFunctionLibraryRequest.Builder. copy(GetFunctionLibraryRequest o)
Copy method to populate the builder with values from the given instance.
-