Uses of Class
com.oracle.bmc.functions.requests.InvokeFunctionRequest.FnIntent
-
Packages that use InvokeFunctionRequest.FnIntent Package Description com.oracle.bmc.functions.requests -
-
Uses of InvokeFunctionRequest.FnIntent in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return InvokeFunctionRequest.FnIntent Modifier and Type Method 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.Methods in com.oracle.bmc.functions.requests with parameters of type InvokeFunctionRequest.FnIntent Modifier and Type Method 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.
-