Uses of Class
com.oracle.bmc.osmanagementhub.model.DynamicSet.LifecycleState
-
Packages that use DynamicSet.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of DynamicSet.LifecycleState in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type DynamicSet.LifecycleState Modifier and Type Method Description Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, DynamicSet.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, DynamicSet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DynamicSet.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of DynamicSet.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return DynamicSet.LifecycleState Modifier and Type Method Description static DynamicSet.LifecycleStateDynamicSet.LifecycleState. create(String key)DynamicSet.LifecycleStateDynamicSet. getLifecycleState()The current state of the event.DynamicSet.LifecycleStateDynamicSetSummary. getLifecycleState()The current state of the dynamic set.static DynamicSet.LifecycleStateDynamicSet.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicSet.LifecycleState[]DynamicSet.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type DynamicSet.LifecycleState Modifier and Type Method Description DynamicSet.BuilderDynamicSet.Builder. lifecycleState(DynamicSet.LifecycleState lifecycleState)The current state of the event.DynamicSetSummary.BuilderDynamicSetSummary.Builder. lifecycleState(DynamicSet.LifecycleState lifecycleState)The current state of the dynamic set.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type DynamicSet.LifecycleState Constructor Description DynamicSet(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, DynamicSet.LifecycleState lifecycleState, String scheduledJobCount, List<TargetCompartmentDetails> targetCompartments, MatchType matchType, MatchingRule matchingRule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DynamicSetSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DynamicSet.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-