Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.responses |
Modifier and Type | Method and Description |
---|---|
CreateFunctionResponse |
FunctionsManagementClient.createFunction(CreateFunctionRequest request) |
CreateFunctionResponse |
FunctionsManagement.createFunction(CreateFunctionRequest request)
Creates a new function.
|
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 |
---|---|
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 |
---|---|
CreateFunctionResponse |
CreateFunctionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.copy(CreateFunctionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.