Uses of Class
software.amazon.awssdk.services.securityhub.model.FindingAggregator
-
Packages that use FindingAggregator Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of FindingAggregator in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FindingAggregator Modifier and Type Method Description List<FindingAggregator>ListFindingAggregatorsResponse. findingAggregators()The list of finding aggregators.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type FindingAggregator Modifier and Type Method Description ListFindingAggregatorsResponse.BuilderListFindingAggregatorsResponse.Builder. findingAggregators(FindingAggregator... findingAggregators)The list of finding aggregators.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type FindingAggregator Modifier and Type Method Description ListFindingAggregatorsResponse.BuilderListFindingAggregatorsResponse.Builder. findingAggregators(Collection<FindingAggregator> findingAggregators)The list of finding aggregators. -
Uses of FindingAggregator in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type FindingAggregator Modifier and Type Method Description SdkIterable<FindingAggregator>ListFindingAggregatorsIterable. findingAggregators()Returns an iterable to iterate through the paginatedListFindingAggregatorsResponse.findingAggregators()member.SdkPublisher<FindingAggregator>ListFindingAggregatorsPublisher. findingAggregators()Returns a publisher that can be used to get a stream of data.
-