Uses of Interface
software.amazon.awssdk.services.detective.model.DeleteGraphRequest.Builder
-
Packages that use DeleteGraphRequest.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 DeleteGraphRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type DeleteGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteGraphResponse>DetectiveAsyncClient. deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)Disables the specified behavior graph and queues it to be deleted.default DeleteGraphResponseDetectiveClient. deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)Disables the specified behavior graph and queues it to be deleted. -
Uses of DeleteGraphRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return DeleteGraphRequest.Builder Modifier and Type Method Description static DeleteGraphRequest.BuilderDeleteGraphRequest. builder()DeleteGraphRequest.BuilderDeleteGraphRequest.Builder. graphArn(String graphArn)The ARN of the behavior graph to disable.DeleteGraphRequest.BuilderDeleteGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteGraphRequest.BuilderDeleteGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteGraphRequest.BuilderDeleteGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type DeleteGraphRequest.Builder Modifier and Type Method Description static Class<? extends DeleteGraphRequest.Builder>DeleteGraphRequest. serializableBuilderClass()
-