| 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 |
AmazonDetectiveClient.listGraphs(ListGraphsRequest request)
Returns the list of behavior graphs that the calling account is a master of.
|
ListGraphsResult |
AbstractAmazonDetective.listGraphs(ListGraphsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGraphsResult> |
AmazonDetectiveAsyncClient.listGraphsAsync(ListGraphsRequest request) |
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,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGraphsResult> |
AmazonDetectiveAsyncClient.listGraphsAsync(ListGraphsRequest request,
AsyncHandler<ListGraphsRequest,ListGraphsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListGraphsResult |
ListGraphsResult.clone() |
ListGraphsResult |
ListGraphsResult.withGraphList(Collection<Graph> graphList)
A list of behavior graphs that the account is a master for.
|
ListGraphsResult |
ListGraphsResult.withGraphList(Graph... graphList)
A list of behavior graphs that the account is a master for.
|
ListGraphsResult |
ListGraphsResult.withNextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request
the next page of behavior graphs.
|
Copyright © 2021. All rights reserved.