Uses of Interface
software.amazon.awssdk.services.securityhub.model.ListFindingAggregatorsRequest.Builder
-
Packages that use ListFindingAggregatorsRequest.Builder 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.model -
-
Uses of ListFindingAggregatorsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type ListFindingAggregatorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFindingAggregatorsResponse>SecurityHubAsyncClient. listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsResponseSecurityHubClient. listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsPublisherSecurityHubAsyncClient. listFindingAggregatorsPaginator(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator.default ListFindingAggregatorsIterableSecurityHubClient. listFindingAggregatorsPaginator(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)If finding aggregation is enabled, thenListFindingAggregatorsreturns the ARN of the finding aggregator. -
Uses of ListFindingAggregatorsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ListFindingAggregatorsRequest.Builder Modifier and Type Method Description static ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest. builder()ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. nextToken(String nextToken)The token returned with the previous set of results.ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ListFindingAggregatorsRequest.Builder Modifier and Type Method Description static Class<? extends ListFindingAggregatorsRequest.Builder>ListFindingAggregatorsRequest. serializableBuilderClass()
-