Uses of Class
software.amazon.awssdk.services.securityhub.paginators.GetFindingsIterable
-
Packages that use GetFindingsIterable Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. -
-
Uses of GetFindingsIterable in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetFindingsIterable Modifier and Type Method Description default GetFindingsIterableSecurityHubClient. getFindingsPaginator()Returns a list of findings that match the specified criteria.default GetFindingsIterableSecurityHubClient. getFindingsPaginator(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Returns a list of findings that match the specified criteria.default GetFindingsIterableSecurityHubClient. getFindingsPaginator(GetFindingsRequest getFindingsRequest)Returns a list of findings that match the specified criteria.
-