Uses of Class
com.oracle.bmc.functions.model.FunctionsRuntimeVersionSummary.SupportedArchitectures
-
Packages that use FunctionsRuntimeVersionSummary.SupportedArchitectures Package Description com.oracle.bmc.functions.model -
-
Uses of FunctionsRuntimeVersionSummary.SupportedArchitectures in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionsRuntimeVersionSummary.SupportedArchitectures Modifier and Type Method Description static FunctionsRuntimeVersionSummary.SupportedArchitecturesFunctionsRuntimeVersionSummary.SupportedArchitectures. create(String key)static FunctionsRuntimeVersionSummary.SupportedArchitecturesFunctionsRuntimeVersionSummary.SupportedArchitectures. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionsRuntimeVersionSummary.SupportedArchitectures[]FunctionsRuntimeVersionSummary.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 FunctionsRuntimeVersionSummary.SupportedArchitectures Modifier and Type Method Description List<FunctionsRuntimeVersionSummary.SupportedArchitectures>FunctionsRuntimeVersionSummary. getSupportedArchitectures()The list of supported architectures for the FunctionsRuntimeVersion.Method parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeVersionSummary.SupportedArchitectures Modifier and Type Method Description FunctionsRuntimeVersionSummary.BuilderFunctionsRuntimeVersionSummary.Builder. supportedArchitectures(List<FunctionsRuntimeVersionSummary.SupportedArchitectures> supportedArchitectures)The list of supported architectures for the FunctionsRuntimeVersion.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeVersionSummary.SupportedArchitectures Constructor Description FunctionsRuntimeVersionSummary(String id, String functionsRuntimeId, String displayName, String osVersion, String languageVersion, List<FunctionsRuntimeVersionSummary.SupportedArchitectures> supportedArchitectures, FunctionsRuntimeVersion.LifecycleState lifecycleState, String metadata, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-