| 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<ListDatasourcePackagesResult> |
AbstractAmazonDetectiveAsync.listDatasourcePackagesAsync(ListDatasourcePackagesRequest request,
AsyncHandler<ListDatasourcePackagesRequest,ListDatasourcePackagesResult> asyncHandler) |
Future<ListDatasourcePackagesResult> |
AmazonDetectiveAsync.listDatasourcePackagesAsync(ListDatasourcePackagesRequest listDatasourcePackagesRequest,
AsyncHandler<ListDatasourcePackagesRequest,ListDatasourcePackagesResult> asyncHandler)
Lists data source packages in the behavior graph.
|
Future<ListDatasourcePackagesResult> |
AmazonDetectiveAsyncClient.listDatasourcePackagesAsync(ListDatasourcePackagesRequest request,
AsyncHandler<ListDatasourcePackagesRequest,ListDatasourcePackagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDatasourcePackagesRequest |
ListDatasourcePackagesRequest.clone() |
ListDatasourcePackagesRequest |
ListDatasourcePackagesRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListDatasourcePackagesRequest |
ListDatasourcePackagesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListDatasourcePackagesRequest |
ListDatasourcePackagesRequest.withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
Copyright © 2025. All rights reserved.