Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingSummary
-
Packages that use FindingSummary Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of FindingSummary in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type FindingSummary Modifier and Type Method Description List<FindingSummary>ListFindingsResponse. 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 FindingSummary Modifier and Type Method Description ListFindingsResponse.BuilderListFindingsResponse.Builder. findings(FindingSummary... 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 FindingSummary Modifier and Type Method Description ListFindingsResponse.BuilderListFindingsResponse.Builder. findings(Collection<FindingSummary> findings)A list of findings retrieved from the analyzer that match the filter criteria specified, if any. -
Uses of FindingSummary in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type FindingSummary Modifier and Type Method Description SdkIterable<FindingSummary>ListFindingsIterable. findings()Returns an iterable to iterate through the paginatedListFindingsResponse.findings()member.SdkPublisher<FindingSummary>ListFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-