| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
FilterCriteria.clone() |
FilterCriteria |
ListInvestigationsRequest.getFilterCriteria()
Filters the investigation results based on a criteria.
|
FilterCriteria |
FilterCriteria.withCreatedTime(DateFilter createdTime)
Filter the investigation results based on when the investigation was created.
|
FilterCriteria |
FilterCriteria.withEntityArn(StringFilter entityArn)
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
|
FilterCriteria |
FilterCriteria.withSeverity(StringFilter severity)
Filter the investigation results based on the severity.
|
FilterCriteria |
FilterCriteria.withState(StringFilter state)
Filter the investigation results based on the state.
|
FilterCriteria |
FilterCriteria.withStatus(StringFilter status)
Filter the investigation results based on the status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvestigationsRequest.setFilterCriteria(FilterCriteria filterCriteria)
Filters the investigation results based on a criteria.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withFilterCriteria(FilterCriteria filterCriteria)
Filters the investigation results based on a criteria.
|
Copyright © 2025. All rights reserved.