| 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<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 |
|---|---|
GetInvestigationRequest |
GetInvestigationRequest.clone() |
GetInvestigationRequest |
GetInvestigationRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
GetInvestigationRequest |
GetInvestigationRequest.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
Copyright © 2023. All rights reserved.