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 the security state of your Amazon Web Services environment and resources. -
-
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.
-