| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
DateFilter |
DateFilter.clone() |
DateFilter |
FilterCriteria.getCreatedTime()
Filter the investigation results based on when the investigation was created.
|
DateFilter |
DateFilter.withEndInclusive(Date endInclusive)
A timestamp representing the end date of the time period until when data is filtered, including the end date.
|
DateFilter |
DateFilter.withStartInclusive(Date startInclusive)
A timestamp representing the start of the time period from when data is filtered, including the start date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterCriteria.setCreatedTime(DateFilter createdTime)
Filter the investigation results based on when the investigation was created.
|
FilterCriteria |
FilterCriteria.withCreatedTime(DateFilter createdTime)
Filter the investigation results based on when the investigation was created.
|
Copyright © 2024. All rights reserved.