Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListFindingsIterable
-
Packages that use ListFindingsIterable Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListFindingsIterable in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListFindingsIterable Modifier and Type Method Description default ListFindingsIterableInspectorClient. listFindingsPaginator()Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsIterableInspectorClient. 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 ListFindingsIterableInspectorClient. listFindingsPaginator(ListFindingsRequest listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
-