| 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<ListInvestigationsResult> |
AbstractAmazonDetectiveAsync.listInvestigationsAsync(ListInvestigationsRequest request,
AsyncHandler<ListInvestigationsRequest,ListInvestigationsResult> asyncHandler) |
Future<ListInvestigationsResult> |
AmazonDetectiveAsyncClient.listInvestigationsAsync(ListInvestigationsRequest request,
AsyncHandler<ListInvestigationsRequest,ListInvestigationsResult> asyncHandler) |
Future<ListInvestigationsResult> |
AmazonDetectiveAsync.listInvestigationsAsync(ListInvestigationsRequest listInvestigationsRequest,
AsyncHandler<ListInvestigationsRequest,ListInvestigationsResult> asyncHandler)
List all Investigations.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsRequest |
ListInvestigationsRequest.clone() |
ListInvestigationsRequest |
ListInvestigationsRequest.withFilterCriteria(FilterCriteria filterCriteria)
Filter the investigation results based on a criteria.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withMaxResults(Integer maxResults)
List the maximum number of investigations in a page.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withNextToken(String nextToken)
List if there are more results available.
|
ListInvestigationsRequest |
ListInvestigationsRequest.withSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
Copyright © 2023. All rights reserved.