| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.detective.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGraphsResponse |
DetectiveClient.listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsResponse |
DetectiveClient.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGraphsResponse> |
DetectiveAsyncClient.listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default CompletableFuture<ListGraphsResponse> |
DetectiveAsyncClient.listGraphs(ListGraphsRequest listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGraphsResponse> |
ListGraphsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGraphsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGraphsResponse> subscriber) |
Copyright © 2022. All rights reserved.