| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
Indicator |
Indicator.clone() |
Indicator |
Indicator.withIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicator of compromise.
|
Indicator |
Indicator.withIndicatorType(IndicatorType indicatorType)
The type of indicator.
|
Indicator |
Indicator.withIndicatorType(String indicatorType)
The type of indicator.
|
| Modifier and Type | Method and Description |
|---|---|
List<Indicator> |
ListIndicatorsResult.getIndicators()
Indicators of compromise listed based on severity.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Indicator... indicators)
Indicators of compromise listed based on severity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicatorsResult.setIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
|
Copyright © 2023. All rights reserved.