Package | Description |
---|---|
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
static InvokeFunctionRequest.FnIntent |
InvokeFunctionRequest.FnIntent.create(String key) |
InvokeFunctionRequest.FnIntent |
InvokeFunctionRequest.getFnIntent()
An optional intent header that indicates to the FDK the way the event should be interpreted.
|
static InvokeFunctionRequest.FnIntent |
InvokeFunctionRequest.FnIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeFunctionRequest.FnIntent[] |
InvokeFunctionRequest.FnIntent.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.fnIntent(InvokeFunctionRequest.FnIntent fnIntent)
An optional intent header that indicates to the FDK the way the event should be
interpreted.
|
Copyright © 2016–2024. All rights reserved.