Uses of Class
com.oracle.bmc.functions.model.Function
-
Packages that use Function Package Description com.oracle.bmc.functions.model com.oracle.bmc.functions.responses -
-
Uses of Function in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Function Modifier and Type Method Description Function
Function.Builder. build()
Methods in com.oracle.bmc.functions.model with parameters of type Function Modifier and Type Method Description Function.Builder
Function.Builder. copy(Function model)
-
Uses of Function in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return Function Modifier and Type Method Description Function
CreateFunctionResponse. getFunction()
The returned Function instance.Function
GetFunctionResponse. getFunction()
The returned Function instance.Function
UpdateFunctionResponse. getFunction()
The returned Function instance.Methods in com.oracle.bmc.functions.responses with parameters of type Function Modifier and Type Method Description CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. function(Function function)
The returned Function instance.GetFunctionResponse.Builder
GetFunctionResponse.Builder. function(Function function)
The returned Function instance.UpdateFunctionResponse.Builder
UpdateFunctionResponse.Builder. function(Function function)
The returned Function instance.
-