Uses of Class
com.oracle.bmc.functions.requests.InvokeFunctionRequest
- 
Packages that use InvokeFunctionRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests 
- 
- 
Uses of InvokeFunctionRequest in com.oracle.bmc.functionsMethods in com.oracle.bmc.functions with parameters of type InvokeFunctionRequest Modifier and Type Method Description InvokeFunctionResponseFunctionsInvoke. invokeFunction(InvokeFunctionRequest request)Invokes a functionFuture<InvokeFunctionResponse>FunctionsInvokeAsync. invokeFunction(InvokeFunctionRequest request, AsyncHandler<InvokeFunctionRequest,InvokeFunctionResponse> handler)Invokes a functionFuture<InvokeFunctionResponse>FunctionsInvokeAsyncClient. invokeFunction(InvokeFunctionRequest request, AsyncHandler<InvokeFunctionRequest,InvokeFunctionResponse> handler)InvokeFunctionResponseFunctionsInvokeClient. invokeFunction(InvokeFunctionRequest request)Method parameters in com.oracle.bmc.functions with type arguments of type InvokeFunctionRequest Modifier and Type Method Description Future<InvokeFunctionResponse>FunctionsInvokeAsync. invokeFunction(InvokeFunctionRequest request, AsyncHandler<InvokeFunctionRequest,InvokeFunctionResponse> handler)Invokes a functionFuture<InvokeFunctionResponse>FunctionsInvokeAsyncClient. invokeFunction(InvokeFunctionRequest request, AsyncHandler<InvokeFunctionRequest,InvokeFunctionResponse> handler)
- 
Uses of InvokeFunctionRequest in com.oracle.bmc.functions.requestsMethods in com.oracle.bmc.functions.requests that return InvokeFunctionRequest Modifier and Type Method Description InvokeFunctionRequestInvokeFunctionRequest.Builder. build()Build the instance of InvokeFunctionRequest as configured by this builderInvokeFunctionRequestInvokeFunctionRequest.Builder. buildWithoutInvocationCallback()Build the instance of InvokeFunctionRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type InvokeFunctionRequest Modifier and Type Method Description InvokeFunctionRequest.BuilderInvokeFunctionRequest.Builder. copy(InvokeFunctionRequest o)Copy method to populate the builder with values from the given instance.
 
-