Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListFindingsPublisher
-
Packages that use ListFindingsPublisher Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListFindingsPublisher in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListFindingsPublisher Modifier and Type Method Description default ListFindingsPublisherInspectorAsyncClient. listFindingsPaginator()Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsPublisherInspectorAsyncClient. listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsPublisherInspectorAsyncClient. listFindingsPaginator(ListFindingsRequest listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
-