Uses of Interface
software.amazon.awssdk.services.inspector2.model.FindingTypeAggregationResponse.Builder
-
Packages that use FindingTypeAggregationResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FindingTypeAggregationResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return FindingTypeAggregationResponse.Builder Modifier and Type Method Description FindingTypeAggregationResponse.BuilderFindingTypeAggregationResponse.Builder. accountId(String accountId)The ID of the Amazon Web Services account associated with the findings.static FindingTypeAggregationResponse.BuilderFindingTypeAggregationResponse. builder()default FindingTypeAggregationResponse.BuilderFindingTypeAggregationResponse.Builder. severityCounts(Consumer<SeverityCounts.Builder> severityCounts)The value to sort results by.FindingTypeAggregationResponse.BuilderFindingTypeAggregationResponse.Builder. severityCounts(SeverityCounts severityCounts)The value to sort results by.FindingTypeAggregationResponse.BuilderFindingTypeAggregationResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FindingTypeAggregationResponse.Builder Modifier and Type Method Description static Class<? extends FindingTypeAggregationResponse.Builder>FindingTypeAggregationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FindingTypeAggregationResponse.Builder Modifier and Type Method Description default AggregationResponse.BuilderAggregationResponse.Builder. findingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)An object that contains details about an aggregation response based on finding types.static AggregationResponseAggregationResponse. fromFindingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)Create an instance of this class withAggregationResponse.findingTypeAggregation()initialized to the given value.
-