| 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<ListIndicatorsResult> |
AbstractAmazonDetectiveAsync.listIndicatorsAsync(ListIndicatorsRequest request,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler) |
Future<ListIndicatorsResult> |
AmazonDetectiveAsyncClient.listIndicatorsAsync(ListIndicatorsRequest request,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler) |
Future<ListIndicatorsResult> |
AmazonDetectiveAsync.listIndicatorsAsync(ListIndicatorsRequest listIndicatorsRequest,
AsyncHandler<ListIndicatorsRequest,ListIndicatorsResult> asyncHandler)
Get the indicators from an investigation
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsRequest |
ListIndicatorsRequest.clone() |
ListIndicatorsRequest |
ListIndicatorsRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListIndicatorsRequest |
ListIndicatorsRequest.withIndicatorType(IndicatorType indicatorType)
|
ListIndicatorsRequest |
ListIndicatorsRequest.withIndicatorType(String indicatorType)
|
ListIndicatorsRequest |
ListIndicatorsRequest.withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
ListIndicatorsRequest |
ListIndicatorsRequest.withMaxResults(Integer maxResults)
List the maximum number of indicators in a page.
|
ListIndicatorsRequest |
ListIndicatorsRequest.withNextToken(String nextToken)
List if there are more results available.
|
Copyright © 2023. All rights reserved.