| 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<UpdateInvestigationStateResult> |
AbstractAmazonDetectiveAsync.updateInvestigationStateAsync(UpdateInvestigationStateRequest request,
AsyncHandler<UpdateInvestigationStateRequest,UpdateInvestigationStateResult> asyncHandler) |
Future<UpdateInvestigationStateResult> |
AmazonDetectiveAsync.updateInvestigationStateAsync(UpdateInvestigationStateRequest updateInvestigationStateRequest,
AsyncHandler<UpdateInvestigationStateRequest,UpdateInvestigationStateResult> asyncHandler)
Updates the state of an investigation.
|
Future<UpdateInvestigationStateResult> |
AmazonDetectiveAsyncClient.updateInvestigationStateAsync(UpdateInvestigationStateRequest request,
AsyncHandler<UpdateInvestigationStateRequest,UpdateInvestigationStateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateInvestigationStateRequest |
UpdateInvestigationStateRequest.clone() |
UpdateInvestigationStateRequest |
UpdateInvestigationStateRequest.withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
UpdateInvestigationStateRequest |
UpdateInvestigationStateRequest.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
UpdateInvestigationStateRequest |
UpdateInvestigationStateRequest.withState(State state)
The current state of the investigation.
|
UpdateInvestigationStateRequest |
UpdateInvestigationStateRequest.withState(String state)
The current state of the investigation.
|
Copyright © 2025. All rights reserved.