Uses of Class
software.amazon.awssdk.services.securityhub.model.ListFindingAggregatorsResponse
-
Packages that use ListFindingAggregatorsResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of ListFindingAggregatorsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListFindingAggregatorsResponse Modifier and Type Method Description default ListFindingAggregatorsResponseSecurityHubClient. listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsResponseSecurityHubClient. listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListFindingAggregatorsResponse Modifier and Type Method Description default CompletableFuture<ListFindingAggregatorsResponse>SecurityHubAsyncClient. listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default CompletableFuture<ListFindingAggregatorsResponse>SecurityHubAsyncClient. listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator. -
Uses of ListFindingAggregatorsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type ListFindingAggregatorsResponse Modifier and Type Method Description Iterator<ListFindingAggregatorsResponse>ListFindingAggregatorsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type ListFindingAggregatorsResponse Modifier and Type Method Description voidListFindingAggregatorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingAggregatorsResponse> subscriber)
-