Uses of Interface
software.amazon.awssdk.services.inspector2.model.TitleAggregationResponse.Builder
-
Packages that use TitleAggregationResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of TitleAggregationResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return TitleAggregationResponse.Builder Modifier and Type Method Description TitleAggregationResponse.BuilderTitleAggregationResponse.Builder. accountId(String accountId)The ID of the Amazon Web Services account associated with the findings.static TitleAggregationResponse.BuilderTitleAggregationResponse. builder()default TitleAggregationResponse.BuilderTitleAggregationResponse.Builder. severityCounts(Consumer<SeverityCounts.Builder> severityCounts)An object that represent the count of matched findings per severity.TitleAggregationResponse.BuilderTitleAggregationResponse.Builder. severityCounts(SeverityCounts severityCounts)An object that represent the count of matched findings per severity.TitleAggregationResponse.BuilderTitleAggregationResponse.Builder. title(String title)The title that the findings were aggregated on.TitleAggregationResponse.BuilderTitleAggregationResponse. toBuilder()TitleAggregationResponse.BuilderTitleAggregationResponse.Builder. vulnerabilityId(String vulnerabilityId)The vulnerability ID of the finding.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type TitleAggregationResponse.Builder Modifier and Type Method Description static Class<? extends TitleAggregationResponse.Builder>TitleAggregationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type TitleAggregationResponse.Builder Modifier and Type Method Description static AggregationResponseAggregationResponse. fromTitleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)Create an instance of this class withAggregationResponse.titleAggregation()initialized to the given value.default AggregationResponse.BuilderAggregationResponse.Builder. titleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)An object that contains details about an aggregation response based on finding title.
-