Uses of Class
com.oracle.bmc.functions.model.CreateApplicationDetails.Shape
-
Packages that use CreateApplicationDetails.Shape Package Description com.oracle.bmc.functions.model -
-
Uses of CreateApplicationDetails.Shape in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return CreateApplicationDetails.Shape Modifier and Type Method Description static CreateApplicationDetails.Shape
CreateApplicationDetails.Shape. create(String key)
CreateApplicationDetails.Shape
CreateApplicationDetails. getShape()
Valid values are GENERIC_X86, GENERIC_ARM and GENERIC_X86_ARM.static CreateApplicationDetails.Shape
CreateApplicationDetails.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateApplicationDetails.Shape[]
CreateApplicationDetails.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 CreateApplicationDetails.Shape Modifier and Type Method Description CreateApplicationDetails.Builder
CreateApplicationDetails.Builder. shape(CreateApplicationDetails.Shape shape)
Valid values are GENERIC_X86, GENERIC_ARM and GENERIC_X86_ARM.Constructors in com.oracle.bmc.functions.model with parameters of type CreateApplicationDetails.Shape Constructor Description CreateApplicationDetails(String compartmentId, String displayName, Map<String,String> config, List<String> subnetIds, CreateApplicationDetails.Shape shape, List<String> networkSecurityGroupIds, String syslogUrl, ApplicationTraceConfig traceConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ImagePolicyConfig imagePolicyConfig)
Deprecated.
-