void |
Functions.createFunction(FunctionConfig functionConfig,
java.lang.String fileName) |
Create a new function.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.createFunctionAsync(FunctionConfig functionConfig,
java.lang.String fileName) |
Create a new function asynchronously.
|
void |
Functions.createFunctionWithUrl(FunctionConfig functionConfig,
java.lang.String pkgUrl) |
Create a new function with package url.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.createFunctionWithUrlAsync(FunctionConfig functionConfig,
java.lang.String pkgUrl) |
Create a new function with package url asynchronously.
|
void |
Functions.updateFunction(FunctionConfig functionConfig,
java.lang.String fileName) |
Update the configuration for a function.
|
void |
Functions.updateFunction(FunctionConfig functionConfig,
java.lang.String fileName,
UpdateOptions updateOptions) |
Update the configuration for a function.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.updateFunctionAsync(FunctionConfig functionConfig,
java.lang.String fileName) |
Update the configuration for a function asynchronously.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.updateFunctionAsync(FunctionConfig functionConfig,
java.lang.String fileName,
UpdateOptions updateOptions) |
Update the configuration for a function asynchronously.
|
void |
Functions.updateFunctionWithUrl(FunctionConfig functionConfig,
java.lang.String pkgUrl) |
Update the configuration for a function.
|
void |
Functions.updateFunctionWithUrl(FunctionConfig functionConfig,
java.lang.String pkgUrl,
UpdateOptions updateOptions) |
Update the configuration for a function.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.updateFunctionWithUrlAsync(FunctionConfig functionConfig,
java.lang.String pkgUrl) |
Update the configuration for a function asynchronously.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Functions.updateFunctionWithUrlAsync(FunctionConfig functionConfig,
java.lang.String pkgUrl,
UpdateOptions updateOptions) |
Update the configuration for a function asynchronously.
|