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)Returns the current finding aggregation configuration.default GetFindingAggregatorResponseSecurityHubClient. getFindingAggregator(GetFindingAggregatorRequest getFindingAggregatorRequest)Returns the current finding aggregation configuration.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)Returns the current finding aggregation configuration.default CompletableFuture<GetFindingAggregatorResponse>SecurityHubAsyncClient. getFindingAggregator(GetFindingAggregatorRequest getFindingAggregatorRequest)Returns the current finding aggregation configuration.
-