Uses of Class
com.oracle.bmc.functions.model.Function.Shape
-
Packages that use Function.Shape Package Description com.oracle.bmc.functions.model -
-
Uses of Function.Shape in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Function.Shape Modifier and Type Method Description static Function.Shape
Function.Shape. create(String key)
Function.Shape
Function. getShape()
The processor shape (GENERIC_X86/GENERIC_ARM) on which to run functions in the application, extracted from the image manifest.static Function.Shape
Function.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static Function.Shape[]
Function.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type Function.Shape Modifier and Type Method Description Function.Builder
Function.Builder. shape(Function.Shape shape)
The processor shape (GENERIC_X86/GENERIC_ARM) on which to run functions in the application, extracted from the image manifest.Constructors in com.oracle.bmc.functions.model with parameters of type Function.Shape Constructor Description Function(String id, String displayName, Function.LifecycleState lifecycleState, String applicationId, String compartmentId, String image, String imageDigest, FunctionSourceDetails sourceDetails, Function.Shape shape, Long memoryInMBs, Map<String,String> config, Integer timeoutInSeconds, FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig, FunctionTraceConfig traceConfig, Map<String,String> freeformTags, String invokeEndpoint, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated)
Deprecated.
-