Uses of Class
com.oracle.bmc.functions.model.FunctionsRuntimeVersion.LifecycleState
-
Packages that use FunctionsRuntimeVersion.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of FunctionsRuntimeVersion.LifecycleState in com.oracle.bmc.functions
-
Uses of FunctionsRuntimeVersion.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionsRuntimeVersion.LifecycleState Modifier and Type Method Description static FunctionsRuntimeVersion.LifecycleStateFunctionsRuntimeVersion.LifecycleState. create(String key)FunctionsRuntimeVersion.LifecycleStateFunctionsRuntimeVersion. getLifecycleState()The current state of the FunctionsRuntimeVersion resource.FunctionsRuntimeVersion.LifecycleStateFunctionsRuntimeVersionSummary. getLifecycleState()The current state of the FunctionsRuntimeVersion resource.static FunctionsRuntimeVersion.LifecycleStateFunctionsRuntimeVersion.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionsRuntimeVersion.LifecycleState[]FunctionsRuntimeVersion.LifecycleState. 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 FunctionsRuntimeVersion.LifecycleState Modifier and Type Method Description FunctionsRuntimeVersion.BuilderFunctionsRuntimeVersion.Builder. lifecycleState(FunctionsRuntimeVersion.LifecycleState lifecycleState)The current state of the FunctionsRuntimeVersion resource.FunctionsRuntimeVersionSummary.BuilderFunctionsRuntimeVersionSummary.Builder. lifecycleState(FunctionsRuntimeVersion.LifecycleState lifecycleState)The current state of the FunctionsRuntimeVersion resource.Constructors in com.oracle.bmc.functions.model with parameters of type FunctionsRuntimeVersion.LifecycleState 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.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. -
Uses of FunctionsRuntimeVersion.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return FunctionsRuntimeVersion.LifecycleState Modifier and Type Method Description FunctionsRuntimeVersion.LifecycleStateListFunctionsRuntimeVersionsRequest. getLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.functions.requests with parameters of type FunctionsRuntimeVersion.LifecycleState Modifier and Type Method Description ListFunctionsRuntimeVersionsRequest.BuilderListFunctionsRuntimeVersionsRequest.Builder. lifecycleState(FunctionsRuntimeVersion.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-