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.functions
Methods in com.oracle.bmc.functions with parameters of type InvokeFunctionRequest Modifier and Type Method Description InvokeFunctionResponse
FunctionsInvoke. 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)
InvokeFunctionResponse
FunctionsInvokeClient. 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.requests
Methods in com.oracle.bmc.functions.requests that return InvokeFunctionRequest Modifier and Type Method Description InvokeFunctionRequest
InvokeFunctionRequest.Builder. build()
Build the instance of InvokeFunctionRequest as configured by this builderInvokeFunctionRequest
InvokeFunctionRequest.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.Builder
InvokeFunctionRequest.Builder. copy(InvokeFunctionRequest o)
Copy method to populate the builder with values from the given instance.
-