Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingSummaryV2
-
Packages that use FindingSummaryV2 Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of FindingSummaryV2 in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type FindingSummaryV2 Modifier and Type Method Description List<FindingSummaryV2>ListFindingsV2Response. findings()A list of findings retrieved from the analyzer that match the filter criteria specified, if any.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingSummaryV2 Modifier and Type Method Description ListFindingsV2Response.BuilderListFindingsV2Response.Builder. findings(FindingSummaryV2... findings)A list of findings retrieved from the analyzer that match the filter criteria specified, if any.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type FindingSummaryV2 Modifier and Type Method Description ListFindingsV2Response.BuilderListFindingsV2Response.Builder. findings(Collection<FindingSummaryV2> findings)A list of findings retrieved from the analyzer that match the filter criteria specified, if any. -
Uses of FindingSummaryV2 in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type FindingSummaryV2 Modifier and Type Method Description SdkIterable<FindingSummaryV2>ListFindingsV2Iterable. findings()Returns an iterable to iterate through the paginatedListFindingsV2Response.findings()member.SdkPublisher<FindingSummaryV2>ListFindingsV2Publisher. findings()Returns a publisher that can be used to get a stream of data.
-