| Package | Description |
|---|---|
| com.amazonaws.services.detective |
Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security
issues across your Amazon Web Services (Amazon Web Services) workloads.
|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
GetInvestigationResult |
AmazonDetectiveClient.getInvestigation(GetInvestigationRequest request)
Returns the investigation results of an investigation for a behavior graph.
|
GetInvestigationResult |
AbstractAmazonDetective.getInvestigation(GetInvestigationRequest request) |
GetInvestigationResult |
AmazonDetective.getInvestigation(GetInvestigationRequest getInvestigationRequest)
Returns the investigation results of an investigation for a behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInvestigationResult> |
AbstractAmazonDetectiveAsync.getInvestigationAsync(GetInvestigationRequest request,
AsyncHandler<GetInvestigationRequest,GetInvestigationResult> asyncHandler) |
Future<GetInvestigationResult> |
AmazonDetectiveAsyncClient.getInvestigationAsync(GetInvestigationRequest request,
AsyncHandler<GetInvestigationRequest,GetInvestigationResult> asyncHandler) |
Future<GetInvestigationResult> |
AmazonDetectiveAsync.getInvestigationAsync(GetInvestigationRequest getInvestigationRequest,
AsyncHandler<GetInvestigationRequest,GetInvestigationResult> asyncHandler)
Returns the investigation results of an investigation for a behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
GetInvestigationResult |
GetInvestigationResult.clone() |
GetInvestigationResult |
GetInvestigationResult.withCreatedTime(Date createdTime)
The UTC time stamp of the creation time of the investigation report.
|
GetInvestigationResult |
GetInvestigationResult.withEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
GetInvestigationResult |
GetInvestigationResult.withEntityType(EntityType entityType)
Type of entity.
|
GetInvestigationResult |
GetInvestigationResult.withEntityType(String entityType)
Type of entity.
|
GetInvestigationResult |
GetInvestigationResult.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
GetInvestigationResult |
GetInvestigationResult.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
GetInvestigationResult |
GetInvestigationResult.withScopeEndTime(Date scopeEndTime)
The data and time when the investigation began.
|
GetInvestigationResult |
GetInvestigationResult.withScopeStartTime(Date scopeStartTime)
The start date and time for the scope time set to generate the investigation report.
|
GetInvestigationResult |
GetInvestigationResult.withSeverity(Severity severity)
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
|
GetInvestigationResult |
GetInvestigationResult.withSeverity(String severity)
Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
|
GetInvestigationResult |
GetInvestigationResult.withState(State state)
The current state of the investigation.
|
GetInvestigationResult |
GetInvestigationResult.withState(String state)
The current state of the investigation.
|
GetInvestigationResult |
GetInvestigationResult.withStatus(Status status)
Status based on the completion status of the investigation.
|
GetInvestigationResult |
GetInvestigationResult.withStatus(String status)
Status based on the completion status of the investigation.
|
Copyright © 2023. All rights reserved.