Uses of Class
com.oracle.bmc.functions.requests.CreateFunctionRequest
- 
Packages that use CreateFunctionRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests 
- 
- 
Uses of CreateFunctionRequest in com.oracle.bmc.functionsMethods in com.oracle.bmc.functions with parameters of type CreateFunctionRequest Modifier and Type Method Description CreateFunctionResponseFunctionsManagement. createFunction(CreateFunctionRequest request)Creates a new function.Future<CreateFunctionResponse>FunctionsManagementAsync. createFunction(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest,CreateFunctionResponse> handler)Creates a new function.Future<CreateFunctionResponse>FunctionsManagementAsyncClient. createFunction(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest,CreateFunctionResponse> handler)CreateFunctionResponseFunctionsManagementClient. createFunction(CreateFunctionRequest request)Method parameters in com.oracle.bmc.functions with type arguments of type CreateFunctionRequest Modifier and Type Method Description Future<CreateFunctionResponse>FunctionsManagementAsync. createFunction(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest,CreateFunctionResponse> handler)Creates a new function.Future<CreateFunctionResponse>FunctionsManagementAsyncClient. createFunction(CreateFunctionRequest request, AsyncHandler<CreateFunctionRequest,CreateFunctionResponse> handler)
- 
Uses of CreateFunctionRequest in com.oracle.bmc.functions.requestsMethods in com.oracle.bmc.functions.requests that return CreateFunctionRequest Modifier and Type Method Description CreateFunctionRequestCreateFunctionRequest.Builder. build()Build the instance of CreateFunctionRequest as configured by this builderCreateFunctionRequestCreateFunctionRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateFunctionRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type CreateFunctionRequest Modifier and Type Method Description CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. copy(CreateFunctionRequest o)Copy method to populate the builder with values from the given instance.
 
-