Uses of Class
software.amazon.awssdk.services.detective.model.CreateGraphResponse
-
Packages that use CreateGraphResponse 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. -
-
Uses of CreateGraphResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return CreateGraphResponse Modifier and Type Method Description default CreateGraphResponseDetectiveClient. createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest)Creates a new behavior graph for the calling account, and sets that account as the administrator account.default CreateGraphResponseDetectiveClient. createGraph(CreateGraphRequest createGraphRequest)Creates a new behavior graph for the calling account, and sets that account as the administrator account.Methods in software.amazon.awssdk.services.detective that return types with arguments of type CreateGraphResponse Modifier and Type Method Description 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.default CompletableFuture<CreateGraphResponse>DetectiveAsyncClient. createGraph(CreateGraphRequest createGraphRequest)Creates a new behavior graph for the calling account, and sets that account as the administrator account.
-