Uses of Class
com.oracle.bmc.apmtraces.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.model -
-
Uses of LifecycleStates in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type LifecycleStates Modifier and Type Method Description Waiter<GetScheduledQueryRequest,GetScheduledQueryResponse>
ScheduledQueryWaiters. forScheduledQuery(GetScheduledQueryRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledQueryRequest,GetScheduledQueryResponse>
ScheduledQueryWaiters. forScheduledQuery(GetScheduledQueryRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledQueryRequest,GetScheduledQueryResponse>
ScheduledQueryWaiters. forScheduledQuery(GetScheduledQueryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleStates in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
LifecycleStates
ScheduledQuery. getLifecycleState()
The current lifecycle state of the Scheduled Query.LifecycleStates
ScheduledQuerySummary. getLifecycleState()
The current lifecycle state of the Scheduled Query.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.Methods in com.oracle.bmc.apmtraces.model with parameters of type LifecycleStates Modifier and Type Method Description ScheduledQuery.Builder
ScheduledQuery.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Scheduled Query.ScheduledQuerySummary.Builder
ScheduledQuerySummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Scheduled Query.Constructors in com.oracle.bmc.apmtraces.model with parameters of type LifecycleStates Constructor Description ScheduledQuery(String id, ScheduledQueryProcessingType scheduledQueryProcessingType, String scheduledQueryName, String scheduledQueryText, String scheduledQueryDescription, String scheduledQuerySchedule, Long scheduledQueryMaximumRuntimeInSeconds, Long scheduledQueryNextRunInMs, Long scheduledQueryRetentionPeriodInMs, ScheduledQueryProcessingSubType scheduledQueryProcessingSubType, ScheduledQueryProcessingConfig scheduledQueryProcessingConfiguration, ScheduledQueryRetentionCriteria scheduledQueryRetentionCriteria, String scheduledQueryInstances, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ScheduledQuerySummary(String id, String scheduledQueryName, ScheduledQueryProcessingType scheduledQueryProcessingType, String scheduledQueryText, String scheduledQuerySchedule, ScheduledQueryProcessingSubType scheduledQueryProcessingSubType, ScheduledQueryProcessingConfig scheduledQueryProcessingConfiguration, String scheduledQueryInstances, Long scheduledQueryNextRunInMs, ScheduledQueryRetentionCriteria scheduledQueryRetentionCriteria, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-