Uses of Class
com.oracle.bmc.functions.model.FunctionsRuntime.LifecycleState
-
Packages that use FunctionsRuntime.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of FunctionsRuntime.LifecycleState in com.oracle.bmc.functions
-
Uses of FunctionsRuntime.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionsRuntime.LifecycleState Modifier and Type Method Description static FunctionsRuntime.LifecycleStateFunctionsRuntime.LifecycleState. create(String key)FunctionsRuntime.LifecycleStateFunctionsRuntime. getLifecycleState()The current state of the FunctionsRuntime resource.FunctionsRuntime.LifecycleStateFunctionsRuntimeSummary. getLifecycleState()The current state of the FunctionsRuntime resource.static FunctionsRuntime.LifecycleStateFunctionsRuntime.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionsRuntime.LifecycleState[]FunctionsRuntime.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 FunctionsRuntime.LifecycleState Modifier and Type Method Description FunctionsRuntime.BuilderFunctionsRuntime.Builder. lifecycleState(FunctionsRuntime.LifecycleState lifecycleState)The current state of the FunctionsRuntime resource.FunctionsRuntimeSummary.BuilderFunctionsRuntimeSummary.Builder. lifecycleState(FunctionsRuntime.LifecycleState lifecycleState)The current state of the FunctionsRuntime resource.Constructors in com.oracle.bmc.functions.model with parameters of type FunctionsRuntime.LifecycleState Constructor Description FunctionsRuntime(String id, String name, String os, String language, Date timeDeprecated, Date timeDecommissioned, String metadata, FunctionsRuntime.LifecycleState lifecycleState, String currentFunctionsRuntimeVersionId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.FunctionsRuntimeSummary(String id, String name, String os, String language, Date timeDeprecated, Date timeDecommissioned, String metadata, FunctionsRuntime.LifecycleState lifecycleState, String currentFunctionsRuntimeVersionId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of FunctionsRuntime.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return FunctionsRuntime.LifecycleState Modifier and Type Method Description FunctionsRuntime.LifecycleStateListFunctionsRuntimesRequest. getLifecycleState()A filter to return only resources where their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.functions.requests with parameters of type FunctionsRuntime.LifecycleState Modifier and Type Method Description ListFunctionsRuntimesRequest.BuilderListFunctionsRuntimesRequest.Builder. lifecycleState(FunctionsRuntime.LifecycleState lifecycleState)A filter to return only resources where their lifecycleState matches the given lifecycleState.
-