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.functions
Methods in com.oracle.bmc.functions with parameters of type CreateFunctionRequest Modifier and Type Method Description CreateFunctionResponse
FunctionsManagement. 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)
CreateFunctionResponse
FunctionsManagementClient. 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.requests
Methods in com.oracle.bmc.functions.requests that return CreateFunctionRequest Modifier and Type Method Description CreateFunctionRequest
CreateFunctionRequest.Builder. build()
Build the instance of CreateFunctionRequest as configured by this builderCreateFunctionRequest
CreateFunctionRequest.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.Builder
CreateFunctionRequest.Builder. copy(CreateFunctionRequest o)
Copy method to populate the builder with values from the given instance.
-