| 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 CreateGraphResponse |
DetectiveClient.createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest)
Creates a new behavior graph for the calling account, and sets that account as the administrator account.
|
default CompletableFuture<CreateGraphResponse> |
DetectiveAsyncClient.createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest)
Creates a new behavior graph for the calling account, and sets that account as the administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGraphRequest.Builder |
CreateGraphRequest.builder() |
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.tags(Map<String,String> tags)
The tags to assign to the new behavior graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGraphRequest.Builder> |
CreateGraphRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.