| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.detective.paginators | |
| software.amazon.awssdk.services.detective.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGraphsResponse |
DetectiveClient.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
default CompletableFuture<ListGraphsResponse> |
DetectiveAsyncClient.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
default ListGraphsIterable |
DetectiveClient.listGraphsPaginator(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
default ListGraphsPublisher |
DetectiveAsyncClient.listGraphsPaginator(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is a master of.
|
| Constructor and Description |
|---|
ListGraphsIterable(DetectiveClient client,
ListGraphsRequest firstRequest) |
ListGraphsPublisher(DetectiveAsyncClient client,
ListGraphsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGraphsRequestMarshaller.marshall(ListGraphsRequest listGraphsRequest) |
Copyright © 2020. All rights reserved.