Uses of Class
software.amazon.awssdk.services.detective.model.CreateGraphRequest
-
Packages that use CreateGraphRequest 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.transform -
-
Uses of CreateGraphRequest in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective with parameters of type CreateGraphRequest Modifier and Type Method Description default CompletableFuture<CreateGraphResponse>DetectiveAsyncClient. createGraph(CreateGraphRequest 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. -
Uses of CreateGraphRequest in software.amazon.awssdk.services.detective.transform
Methods in software.amazon.awssdk.services.detective.transform with parameters of type CreateGraphRequest Modifier and Type Method Description SdkHttpFullRequestCreateGraphRequestMarshaller. marshall(CreateGraphRequest createGraphRequest)
-