Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
CreateFunctionResponse |
FunctionsManagementClient.createFunction(CreateFunctionRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateFunctionRequest |
CreateFunctionRequest.Builder.build()
Build the instance of CreateFunctionRequest as configured by this builder
|
CreateFunctionRequest |
CreateFunctionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateFunctionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.copy(CreateFunctionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.