Uses of Interface
software.amazon.awssdk.services.detective.model.CreateGraphRequest.Builder
-
Packages that use CreateGraphRequest.Builder 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.model -
-
Uses of CreateGraphRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type CreateGraphRequest.Builder 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 CreateGraphResponseDetectiveClient. createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest)Creates a new behavior graph for the calling account, and sets that account as the administrator account. -
Uses of CreateGraphRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return CreateGraphRequest.Builder Modifier and Type Method Description static CreateGraphRequest.BuilderCreateGraphRequest. builder()CreateGraphRequest.BuilderCreateGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGraphRequest.BuilderCreateGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGraphRequest.BuilderCreateGraphRequest.Builder. tags(Map<String,String> tags)The tags to assign to the new behavior graph.CreateGraphRequest.BuilderCreateGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type CreateGraphRequest.Builder Modifier and Type Method Description static Class<? extends CreateGraphRequest.Builder>CreateGraphRequest. serializableBuilderClass()
-