Uses of Class
software.amazon.awssdk.services.securityhub.model.GetFindingAggregatorResponse
-
Packages that use GetFindingAggregatorResponse 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. -
-
Uses of GetFindingAggregatorResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetFindingAggregatorResponse Modifier and Type Method Description default GetFindingAggregatorResponseSecurityHubClient. getFindingAggregator(Consumer<GetFindingAggregatorRequest.Builder> getFindingAggregatorRequest)default GetFindingAggregatorResponseSecurityHubClient. getFindingAggregator(GetFindingAggregatorRequest getFindingAggregatorRequest)Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetFindingAggregatorResponse Modifier and Type Method Description default CompletableFuture<GetFindingAggregatorResponse>SecurityHubAsyncClient. getFindingAggregator(Consumer<GetFindingAggregatorRequest.Builder> getFindingAggregatorRequest)default CompletableFuture<GetFindingAggregatorResponse>SecurityHubAsyncClient. getFindingAggregator(GetFindingAggregatorRequest getFindingAggregatorRequest)
-