Uses of Class
com.oracle.bmc.functions.requests.InvokeFunctionRequest.FnInvokeType
-
Packages that use InvokeFunctionRequest.FnInvokeType Package Description com.oracle.bmc.functions.requests -
-
Uses of InvokeFunctionRequest.FnInvokeType in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return InvokeFunctionRequest.FnInvokeType Modifier and Type Method Description static InvokeFunctionRequest.FnInvokeTypeInvokeFunctionRequest.FnInvokeType. create(String key)InvokeFunctionRequest.FnInvokeTypeInvokeFunctionRequest. 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.FnInvokeTypeInvokeFunctionRequest.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.Methods in com.oracle.bmc.functions.requests with parameters of type InvokeFunctionRequest.FnInvokeType Modifier and Type Method Description InvokeFunctionRequest.BuilderInvokeFunctionRequest.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.
-