Uses of Class
com.oracle.bmc.functions.model.FunctionsRuntimeVersion.SupportedArchitectures
-
Packages that use FunctionsRuntimeVersion.SupportedArchitectures Package Description com.oracle.bmc.functions.model -
-
Uses of FunctionsRuntimeVersion.SupportedArchitectures in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionsRuntimeVersion.SupportedArchitectures Modifier and Type Method Description static FunctionsRuntimeVersion.SupportedArchitecturesFunctionsRuntimeVersion.SupportedArchitectures. create(String key)static FunctionsRuntimeVersion.SupportedArchitecturesFunctionsRuntimeVersion.SupportedArchitectures. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionsRuntimeVersion.SupportedArchitectures[]FunctionsRuntimeVersion.SupportedArchitectures. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model that return types with arguments of type FunctionsRuntimeVersion.SupportedArchitectures Modifier and Type Method Description List<FunctionsRuntimeVersion.SupportedArchitectures>FunctionsRuntimeVersion. getSupportedArchitectures()The list of supported architectures for the FunctionsRuntimeVersion.Method parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeVersion.SupportedArchitectures Modifier and Type Method Description FunctionsRuntimeVersion.BuilderFunctionsRuntimeVersion.Builder. supportedArchitectures(List<FunctionsRuntimeVersion.SupportedArchitectures> supportedArchitectures)The list of supported architectures for the FunctionsRuntimeVersion.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeVersion.SupportedArchitectures Constructor Description FunctionsRuntimeVersion(String id, String functionsRuntimeId, String displayName, String osVersion, String languageVersion, List<FunctionsRuntimeVersion.SupportedArchitectures> supportedArchitectures, String metadata, FunctionsRuntimeVersion.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-