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