| Package | Description |
|---|---|
| com.amazonaws.services.detective |
Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues
across your Amazon Web Services (AWS) workloads.
|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
ListGraphsResult |
AmazonDetective.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
ListGraphsResult |
AbstractAmazonDetective.listGraphs(ListGraphsRequest request) |
ListGraphsResult |
AmazonDetectiveClient.listGraphs(ListGraphsRequest request)
Returns the list of behavior graphs that the calling account is a master of.
|
Future<ListGraphsResult> |
AbstractAmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest request) |
Future<ListGraphsResult> |
AmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
Future<ListGraphsResult> |
AmazonDetectiveAsyncClient.listGraphsAsync(ListGraphsRequest request) |
Future<ListGraphsResult> |
AbstractAmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest request,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
Future<ListGraphsResult> |
AmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest listGraphsRequest,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler)
Returns the list of behavior graphs that the calling account is a master of.
|
Future<ListGraphsResult> |
AmazonDetectiveAsyncClient.listGraphsAsync(ListGraphsRequest request,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGraphsResult> |
AbstractAmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest request,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
Future<ListGraphsResult> |
AmazonDetectiveAsync.listGraphsAsync(ListGraphsRequest listGraphsRequest,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler)
Returns the list of behavior graphs that the calling account is a master of.
|
Future<ListGraphsResult> |
AmazonDetectiveAsyncClient.listGraphsAsync(ListGraphsRequest request,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGraphsRequest |
ListGraphsRequest.clone() |
ListGraphsRequest |
ListGraphsRequest.withMaxResults(Integer maxResults)
The maximum number of graphs to return at a time.
|
ListGraphsRequest |
ListGraphsRequest.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 © 2020. All rights reserved.