| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
InvestigationDetail |
InvestigationDetail.clone() |
InvestigationDetail |
InvestigationDetail.withCreatedTime(Date createdTime)
The time stamp of the creation time of the investigation report.
|
InvestigationDetail |
InvestigationDetail.withEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
InvestigationDetail |
InvestigationDetail.withEntityType(EntityType entityType)
Type of entity.
|
InvestigationDetail |
InvestigationDetail.withEntityType(String entityType)
Type of entity.
|
InvestigationDetail |
InvestigationDetail.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
InvestigationDetail |
InvestigationDetail.withSeverity(Severity severity)
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
|
InvestigationDetail |
InvestigationDetail.withSeverity(String severity)
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
|
InvestigationDetail |
InvestigationDetail.withState(State state)
The current state of the investigation.
|
InvestigationDetail |
InvestigationDetail.withState(String state)
The current state of the investigation.
|
InvestigationDetail |
InvestigationDetail.withStatus(Status status)
Status based on the completion status of the investigation.
|
InvestigationDetail |
InvestigationDetail.withStatus(String status)
Status based on the completion status of the investigation.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvestigationDetail> |
ListInvestigationsResult.getInvestigationDetails()
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsResult |
ListInvestigationsResult.withInvestigationDetails(InvestigationDetail... investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvestigationsResult.setInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
ListInvestigationsResult |
ListInvestigationsResult.withInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
Copyright © 2025. All rights reserved.