Uses of Class
com.oracle.bmc.functions.responses.InvokeFunctionResponse
-
Packages that use InvokeFunctionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of InvokeFunctionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return InvokeFunctionResponse Modifier and Type Method Description InvokeFunctionResponse
FunctionsInvoke. invokeFunction(InvokeFunctionRequest request)
Invokes a functionInvokeFunctionResponse
FunctionsInvokeClient. invokeFunction(InvokeFunctionRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type InvokeFunctionResponse 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)
Method parameters in com.oracle.bmc.functions with type arguments of type InvokeFunctionResponse 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 InvokeFunctionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return InvokeFunctionResponse Modifier and Type Method Description InvokeFunctionResponse
InvokeFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type InvokeFunctionResponse Modifier and Type Method Description InvokeFunctionResponse.Builder
InvokeFunctionResponse.Builder. copy(InvokeFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-