Uses of Class
software.amazon.awssdk.services.securityhub.model.ListFindingAggregatorsRequest
-
Packages that use ListFindingAggregatorsRequest 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.software.amazon.awssdk.services.securityhub.paginators software.amazon.awssdk.services.securityhub.transform -
-
Uses of ListFindingAggregatorsRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type ListFindingAggregatorsRequest Modifier and Type Method Description default CompletableFuture<ListFindingAggregatorsResponse>SecurityHubAsyncClient. listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsResponseSecurityHubClient. listFindingAggregators(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsPublisherSecurityHubAsyncClient. listFindingAggregatorsPaginator(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsIterableSecurityHubClient. listFindingAggregatorsPaginator(ListFindingAggregatorsRequest listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator. -
Uses of ListFindingAggregatorsRequest in software.amazon.awssdk.services.securityhub.paginators
Constructors in software.amazon.awssdk.services.securityhub.paginators with parameters of type ListFindingAggregatorsRequest Constructor Description ListFindingAggregatorsIterable(SecurityHubClient client, ListFindingAggregatorsRequest firstRequest)ListFindingAggregatorsPublisher(SecurityHubAsyncClient client, ListFindingAggregatorsRequest firstRequest) -
Uses of ListFindingAggregatorsRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type ListFindingAggregatorsRequest Modifier and Type Method Description SdkHttpFullRequestListFindingAggregatorsRequestMarshaller. marshall(ListFindingAggregatorsRequest listFindingAggregatorsRequest)
-