Uses of Class
software.amazon.awssdk.services.detective.model.ListGraphsResponse
-
Packages that use ListGraphsResponse 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.paginators -
-
Uses of ListGraphsResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return ListGraphsResponse Modifier and Type Method Description default ListGraphsResponseDetectiveClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default ListGraphsResponseDetectiveClient. listGraphs(ListGraphsRequest listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.Methods in software.amazon.awssdk.services.detective that return types with arguments of type ListGraphsResponse Modifier and Type Method Description default CompletableFuture<ListGraphsResponse>DetectiveAsyncClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of.default CompletableFuture<ListGraphsResponse>DetectiveAsyncClient. listGraphs(ListGraphsRequest listGraphsRequest)Returns the list of behavior graphs that the calling account is an administrator account of. -
Uses of ListGraphsResponse in software.amazon.awssdk.services.detective.paginators
Methods in software.amazon.awssdk.services.detective.paginators that return types with arguments of type ListGraphsResponse Modifier and Type Method Description Iterator<ListGraphsResponse>ListGraphsIterable. iterator()Method parameters in software.amazon.awssdk.services.detective.paginators with type arguments of type ListGraphsResponse Modifier and Type Method Description voidListGraphsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGraphsResponse> subscriber)
-