| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
TitleAggregationResponse.Builder |
TitleAggregationResponse.Builder.accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
static TitleAggregationResponse.Builder |
TitleAggregationResponse.builder() |
default TitleAggregationResponse.Builder |
TitleAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that represent the count of matched findings per severity.
|
TitleAggregationResponse.Builder |
TitleAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
An object that represent the count of matched findings per severity.
|
TitleAggregationResponse.Builder |
TitleAggregationResponse.Builder.title(String title)
The title that the findings were aggregated on.
|
TitleAggregationResponse.Builder |
TitleAggregationResponse.toBuilder() |
TitleAggregationResponse.Builder |
TitleAggregationResponse.Builder.vulnerabilityId(String vulnerabilityId)
The vulnerability ID of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TitleAggregationResponse.Builder> |
TitleAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResponse |
AggregationResponse.fromTitleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)
Create an instance of this class with
AggregationResponse.titleAggregation() initialized to the given value. |
default AggregationResponse.Builder |
AggregationResponse.Builder.titleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)
An object that contains details about an aggregation response based on finding title.
|
Copyright © 2022. All rights reserved.