Uses of Class
com.oracle.bmc.loganalytics.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of LifecycleStates in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
static LifecycleStates
LifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleStates[]
LifecycleStates. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LifecycleStates in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return LifecycleStates Modifier and Type Method Description LifecycleStates
ListLogAnalyticsObjectCollectionRulesRequest. getLifecycleState()
Lifecycle state filter.Methods in com.oracle.bmc.loganalytics.requests with parameters of type LifecycleStates Modifier and Type Method Description ListLogAnalyticsObjectCollectionRulesRequest.Builder
ListLogAnalyticsObjectCollectionRulesRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
Lifecycle state filter.
-