| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
Indicator |
Indicator.clone() |
Indicator |
Indicator.withIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicators of compromise that are used to determine if a resource is involved in a security
incident.
|
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()
Lists the indicators of compromise.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Indicator... indicators)
Lists the indicators of compromise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicatorsResult.setIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
|
Copyright © 2024. All rights reserved.