Package | Description |
---|---|
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
static InvokeFunctionRequest.FnInvokeType |
InvokeFunctionRequest.FnInvokeType.create(String key) |
InvokeFunctionRequest.FnInvokeType |
InvokeFunctionRequest.getFnInvokeType()
Indicates whether Oracle Functions should execute the request and return the result (‘sync’)
of the execution, or whether Oracle Functions should return as soon as processing has begun
(‘detached’) and leave result handling to the function.
|
static InvokeFunctionRequest.FnInvokeType |
InvokeFunctionRequest.FnInvokeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeFunctionRequest.FnInvokeType[] |
InvokeFunctionRequest.FnInvokeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.fnInvokeType(InvokeFunctionRequest.FnInvokeType fnInvokeType)
Indicates whether Oracle Functions should execute the request and return the result
(‘sync’) of the execution, or whether Oracle Functions should return as soon as
processing has begun (‘detached’) and leave result handling to the function.
|
Copyright © 2016–2024. All rights reserved.