Uses of Class
software.amazon.awssdk.services.securityhub.model.UpdateFindingAggregatorResponse
-
Packages that use UpdateFindingAggregatorResponse 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 UpdateFindingAggregatorResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return UpdateFindingAggregatorResponse Modifier and Type Method Description default UpdateFindingAggregatorResponseSecurityHubClient. updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)Updates the finding aggregation configuration.default UpdateFindingAggregatorResponseSecurityHubClient. updateFindingAggregator(UpdateFindingAggregatorRequest updateFindingAggregatorRequest)Updates the finding aggregation configuration.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type UpdateFindingAggregatorResponse Modifier and Type Method Description default CompletableFuture<UpdateFindingAggregatorResponse>SecurityHubAsyncClient. updateFindingAggregator(Consumer<UpdateFindingAggregatorRequest.Builder> updateFindingAggregatorRequest)Updates the finding aggregation configuration.default CompletableFuture<UpdateFindingAggregatorResponse>SecurityHubAsyncClient. updateFindingAggregator(UpdateFindingAggregatorRequest updateFindingAggregatorRequest)Updates the finding aggregation configuration.
-