Uses of Class
software.amazon.awssdk.services.detective.model.DeleteGraphResponse
-
Packages that use DeleteGraphResponse 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 DeleteGraphResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return DeleteGraphResponse Modifier and Type Method Description default DeleteGraphResponseDetectiveClient. deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)Disables the specified behavior graph and queues it to be deleted.default DeleteGraphResponseDetectiveClient. deleteGraph(DeleteGraphRequest deleteGraphRequest)Disables the specified behavior graph and queues it to be deleted.Methods in software.amazon.awssdk.services.detective that return types with arguments of type DeleteGraphResponse 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 CompletableFuture<DeleteGraphResponse>DetectiveAsyncClient. deleteGraph(DeleteGraphRequest deleteGraphRequest)Disables the specified behavior graph and queues it to be deleted.
-