| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingTypeAggregationResponse.Builder |
FindingTypeAggregationResponse.Builder.accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
static FindingTypeAggregationResponse.Builder |
FindingTypeAggregationResponse.builder() |
default FindingTypeAggregationResponse.Builder |
FindingTypeAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The value to sort results by.
|
FindingTypeAggregationResponse.Builder |
FindingTypeAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
The value to sort results by.
|
FindingTypeAggregationResponse.Builder |
FindingTypeAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingTypeAggregationResponse.Builder> |
FindingTypeAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationResponse.Builder |
AggregationResponse.Builder.findingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)
An object that contains details about an aggregation response based on finding types.
|
static AggregationResponse |
AggregationResponse.fromFindingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)
Create an instance of this class with
AggregationResponse.findingTypeAggregation() initialized to the given value. |
Copyright © 2022. All rights reserved.