| 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.model |
| 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 CompletableFuture<ListGraphsResponse> |
DetectiveAsyncClient.listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsIterable |
DetectiveClient.listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
default ListGraphsPublisher |
DetectiveAsyncClient.listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)
Returns the list of behavior graphs that the calling account is an administrator account of.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGraphsRequest.Builder |
ListGraphsRequest.builder() |
ListGraphsRequest.Builder |
ListGraphsRequest.Builder.maxResults(Integer maxResults)
The maximum number of graphs to return at a time.
|
ListGraphsRequest.Builder |
ListGraphsRequest.Builder.nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
ListGraphsRequest.Builder |
ListGraphsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGraphsRequest.Builder |
ListGraphsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGraphsRequest.Builder |
ListGraphsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGraphsRequest.Builder> |
ListGraphsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.