Uses of Class
com.oracle.bmc.functions.responses.CreateFunctionResponse
-
Packages that use CreateFunctionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of CreateFunctionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return CreateFunctionResponse Modifier and Type Method Description CreateFunctionResponse
FunctionsManagement. createFunction(CreateFunctionRequest request)
Creates a new function.CreateFunctionResponse
FunctionsManagementClient. createFunction(CreateFunctionRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type CreateFunctionResponse 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)
Method parameters in com.oracle.bmc.functions with type arguments of type CreateFunctionResponse 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 CreateFunctionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return CreateFunctionResponse Modifier and Type Method Description CreateFunctionResponse
CreateFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type CreateFunctionResponse Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. copy(CreateFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-