| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingAggregatorsResponse |
SecurityHubClient.listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default CompletableFuture<ListFindingAggregatorsResponse> |
SecurityHubAsyncClient.listFindingAggregators(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default ListFindingAggregatorsIterable |
SecurityHubClient.listFindingAggregatorsPaginator(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
default ListFindingAggregatorsPublisher |
SecurityHubAsyncClient.listFindingAggregatorsPaginator(Consumer<ListFindingAggregatorsRequest.Builder> listFindingAggregatorsRequest)
If finding aggregation is enabled, then
ListFindingAggregators returns the ARN of the finding
aggregator. |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.builder() |
ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.Builder.nextToken(String nextToken)
The token returned with the previous set of results.
|
ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFindingAggregatorsRequest.Builder |
ListFindingAggregatorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingAggregatorsRequest.Builder> |
ListFindingAggregatorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.