Uses of Class
software.amazon.awssdk.services.detective.model.ListDatasourcePackagesResponse
-
Packages that use ListDatasourcePackagesResponse 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 ListDatasourcePackagesResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return ListDatasourcePackagesResponse Modifier and Type Method Description default ListDatasourcePackagesResponseDetectiveClient. listDatasourcePackages(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)Lists data source packages in the behavior graph.default ListDatasourcePackagesResponseDetectiveClient. listDatasourcePackages(ListDatasourcePackagesRequest listDatasourcePackagesRequest)Lists data source packages in the behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type ListDatasourcePackagesResponse Modifier and Type Method Description default CompletableFuture<ListDatasourcePackagesResponse>DetectiveAsyncClient. listDatasourcePackages(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)Lists data source packages in the behavior graph.default CompletableFuture<ListDatasourcePackagesResponse>DetectiveAsyncClient. listDatasourcePackages(ListDatasourcePackagesRequest listDatasourcePackagesRequest)Lists data source packages in the behavior graph. -
Uses of ListDatasourcePackagesResponse in software.amazon.awssdk.services.detective.paginators
Methods in software.amazon.awssdk.services.detective.paginators that return types with arguments of type ListDatasourcePackagesResponse Modifier and Type Method Description Iterator<ListDatasourcePackagesResponse>ListDatasourcePackagesIterable. iterator()Method parameters in software.amazon.awssdk.services.detective.paginators with type arguments of type ListDatasourcePackagesResponse Modifier and Type Method Description voidListDatasourcePackagesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasourcePackagesResponse> subscriber)
-