Uses of Class
com.oracle.bmc.threatintelligence.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.threatintelligence com.oracle.bmc.threatintelligence.model -
-
Uses of LifecycleState in com.oracle.bmc.threatintelligence
Methods in com.oracle.bmc.threatintelligence with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIndicatorRequest,GetIndicatorResponse>
ThreatintelWaiters. forIndicator(GetIndicatorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
Indicator. getLifecycleState()
The state of the indicator.LifecycleState
IndicatorSummary. getLifecycleState()
The state of the indicator.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.threatintelligence.model with parameters of type LifecycleState Modifier and Type Method Description Indicator.Builder
Indicator.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the indicator.IndicatorSummary.Builder
IndicatorSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the indicator.Constructors in com.oracle.bmc.threatintelligence.model with parameters of type LifecycleState Constructor Description Indicator(String id, IndicatorType type, String value, Integer confidence, String compartmentId, List<ThreatType> threatTypes, List<IndicatorAttribute> attributes, List<IndicatorRelationship> relationships, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeLastSeen, GeodataDetails geodata)
Deprecated.IndicatorSummary(String id, IndicatorType type, String value, Integer confidence, String compartmentId, List<String> threatTypes, List<IndicatorAttributeSummary> attributes, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeLastSeen, GeodataDetails geodata)
Deprecated.
-