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