| 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 |
|---|---|
Future<StartInvestigationResult> |
AbstractAmazonDetectiveAsync.startInvestigationAsync(StartInvestigationRequest request,
AsyncHandler<StartInvestigationRequest,StartInvestigationResult> asyncHandler) |
Future<StartInvestigationResult> |
AmazonDetectiveAsyncClient.startInvestigationAsync(StartInvestigationRequest request,
AsyncHandler<StartInvestigationRequest,StartInvestigationResult> asyncHandler) |
Future<StartInvestigationResult> |
AmazonDetectiveAsync.startInvestigationAsync(StartInvestigationRequest startInvestigationRequest,
AsyncHandler<StartInvestigationRequest,StartInvestigationResult> asyncHandler)
initiate an investigation on an entity in a graph
|
| Modifier and Type | Method and Description |
|---|---|
StartInvestigationRequest |
StartInvestigationRequest.clone() |
StartInvestigationRequest |
StartInvestigationRequest.withEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
StartInvestigationRequest |
StartInvestigationRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
StartInvestigationRequest |
StartInvestigationRequest.withScopeEndTime(Date scopeEndTime)
The data and time when the investigation began.
|
StartInvestigationRequest |
StartInvestigationRequest.withScopeStartTime(Date scopeStartTime)
The data and time when the investigation began.
|
Copyright © 2023. All rights reserved.