| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
StringFilter |
StringFilter.clone() |
StringFilter |
FilterCriteria.getEntityArn()
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
|
StringFilter |
FilterCriteria.getSeverity()
Filter the investigation results based on the severity.
|
StringFilter |
FilterCriteria.getState()
Filter the investigation results based on the state.
|
StringFilter |
FilterCriteria.getStatus()
Filter the investigation results based on the status.
|
StringFilter |
StringFilter.withValue(String value)
The string filter value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterCriteria.setEntityArn(StringFilter entityArn)
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
|
void |
FilterCriteria.setSeverity(StringFilter severity)
Filter the investigation results based on the severity.
|
void |
FilterCriteria.setState(StringFilter state)
Filter the investigation results based on the state.
|
void |
FilterCriteria.setStatus(StringFilter status)
Filter the investigation results based on the status.
|
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.
|
Copyright © 2025. All rights reserved.