Uses of Class
com.oracle.bmc.loganalytics.model.Namespace.LifecycleState
-
Packages that use Namespace.LifecycleState Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of Namespace.LifecycleState in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type Namespace.LifecycleState Modifier and Type Method Description Waiter<GetNamespaceRequest,GetNamespaceResponse>LogAnalyticsWaiters. forNamespace(GetNamespaceRequest request, Namespace.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>LogAnalyticsWaiters. forNamespace(GetNamespaceRequest request, Namespace.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>LogAnalyticsWaiters. forNamespace(GetNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Namespace.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Namespace.LifecycleState in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Namespace.LifecycleState Modifier and Type Method Description static Namespace.LifecycleStateNamespace.LifecycleState. create(String key)Namespace.LifecycleStateNamespace. getLifecycleState()The current state of the compartment.static Namespace.LifecycleStateNamespace.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Namespace.LifecycleState[]Namespace.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 Namespace.LifecycleState Modifier and Type Method Description Namespace.BuilderNamespace.Builder. lifecycleState(Namespace.LifecycleState lifecycleState)The current state of the compartment.Constructors in com.oracle.bmc.loganalytics.model with parameters of type Namespace.LifecycleState Constructor Description Namespace(String namespaceName, String compartmentId, Boolean isOnboarded, Boolean isLogSetEnabled, Boolean isDataEverIngested, Boolean isArchivingEnabled, Namespace.LifecycleState lifecycleState)Deprecated.
-