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