| 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 |
|---|---|
ListIndicatorsResult |
AmazonDetectiveClient.listIndicators(ListIndicatorsRequest request)
Gets the indicators from an investigation.
|
ListIndicatorsResult |
AbstractAmazonDetective.listIndicators(ListIndicatorsRequest request) |
ListIndicatorsResult |
AmazonDetective.listIndicators(ListIndicatorsRequest listIndicatorsRequest)
Gets the indicators from an investigation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndicatorsResult> |
AmazonDetectiveAsyncClient.listIndicatorsAsync(ListIndicatorsRequest request,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler) |
Future<ListIndicatorsResult> |
AbstractAmazonDetectiveAsync.listIndicatorsAsync(ListIndicatorsRequest request,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler) |
Future<ListIndicatorsResult> |
AmazonDetectiveAsync.listIndicatorsAsync(ListIndicatorsRequest listIndicatorsRequest,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler)
Gets the indicators from an investigation.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsResult |
ListIndicatorsResult.clone() |
ListIndicatorsResult |
ListIndicatorsResult.withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
|
ListIndicatorsResult |
ListIndicatorsResult.withIndicators(Indicator... indicators)
Lists the indicators of compromise.
|
ListIndicatorsResult |
ListIndicatorsResult.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
ListIndicatorsResult |
ListIndicatorsResult.withNextToken(String nextToken)
Lists if there are more results available.
|
Copyright © 2024. All rights reserved.