Uses of Class
com.oracle.bmc.loganalytics.model.NamespaceSummary.LifecycleState
-
Packages that use NamespaceSummary.LifecycleState Package Description com.oracle.bmc.loganalytics.model -
-
Uses of NamespaceSummary.LifecycleState in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return NamespaceSummary.LifecycleState Modifier and Type Method Description static NamespaceSummary.LifecycleStateNamespaceSummary.LifecycleState. create(String key)NamespaceSummary.LifecycleStateNamespaceSummary. getLifecycleState()The current state of the compartment.static NamespaceSummary.LifecycleStateNamespaceSummary.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceSummary.LifecycleState[]NamespaceSummary.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type NamespaceSummary.LifecycleState Modifier and Type Method Description NamespaceSummary.BuilderNamespaceSummary.Builder. lifecycleState(NamespaceSummary.LifecycleState lifecycleState)The current state of the compartment.Constructors in com.oracle.bmc.loganalytics.model with parameters of type NamespaceSummary.LifecycleState Constructor Description NamespaceSummary(String namespaceName, String compartmentId, Boolean isOnboarded, Boolean isLogSetEnabled, Boolean isDataEverIngested, Boolean isArchivingEnabled, NamespaceSummary.LifecycleState lifecycleState)Deprecated.
-