Uses of Class
com.oracle.bmc.functions.responses.UpdateFunctionResponse
-
Packages that use UpdateFunctionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of UpdateFunctionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return UpdateFunctionResponse Modifier and Type Method Description UpdateFunctionResponse
FunctionsManagement. updateFunction(UpdateFunctionRequest request)
Modifies a functionUpdateFunctionResponse
FunctionsManagementClient. updateFunction(UpdateFunctionRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type UpdateFunctionResponse Modifier and Type Method Description Future<UpdateFunctionResponse>
FunctionsManagementAsync. updateFunction(UpdateFunctionRequest request, AsyncHandler<UpdateFunctionRequest,UpdateFunctionResponse> handler)
Modifies a functionFuture<UpdateFunctionResponse>
FunctionsManagementAsyncClient. updateFunction(UpdateFunctionRequest request, AsyncHandler<UpdateFunctionRequest,UpdateFunctionResponse> handler)
Method parameters in com.oracle.bmc.functions with type arguments of type UpdateFunctionResponse Modifier and Type Method Description Future<UpdateFunctionResponse>
FunctionsManagementAsync. updateFunction(UpdateFunctionRequest request, AsyncHandler<UpdateFunctionRequest,UpdateFunctionResponse> handler)
Modifies a functionFuture<UpdateFunctionResponse>
FunctionsManagementAsyncClient. updateFunction(UpdateFunctionRequest request, AsyncHandler<UpdateFunctionRequest,UpdateFunctionResponse> handler)
-
Uses of UpdateFunctionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return UpdateFunctionResponse Modifier and Type Method Description UpdateFunctionResponse
UpdateFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type UpdateFunctionResponse Modifier and Type Method Description UpdateFunctionResponse.Builder
UpdateFunctionResponse.Builder. copy(UpdateFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-