Package | Description |
---|---|
com.oracle.bmc.threatintelligence | |
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetIndicatorRequest,GetIndicatorResponse> |
ThreatintelWaiters.forIndicator(GetIndicatorRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIndicatorRequest,GetIndicatorResponse> |
ThreatintelWaiters.forIndicator(GetIndicatorRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIndicatorRequest,GetIndicatorResponse> |
ThreatintelWaiters.forIndicator(GetIndicatorRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.