| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.builder() |
ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.Builder.findingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.Builder.findingAggregators(Consumer<FindingAggregator.Builder>... findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.Builder.findingAggregators(FindingAggregator... findingAggregators)
The list of finding aggregators.
|
ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.Builder.nextToken(String nextToken)
If there are more results, this is the token to provide in the next call to
ListFindingAggregators. |
ListFindingAggregatorsResponse.Builder |
ListFindingAggregatorsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingAggregatorsResponse.Builder> |
ListFindingAggregatorsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.