Uses of Class
software.amazon.awssdk.services.inspector2.model.TitleAggregation
-
Packages that use TitleAggregation Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of TitleAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return TitleAggregation Modifier and Type Method Description TitleAggregationAggregationRequest. titleAggregation()An object that contains details about an aggregation request based on finding title.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type TitleAggregation Modifier and Type Method Description static AggregationRequestAggregationRequest. fromTitleAggregation(TitleAggregation titleAggregation)Create an instance of this class withAggregationRequest.titleAggregation()initialized to the given value.AggregationRequest.BuilderAggregationRequest.Builder. titleAggregation(TitleAggregation titleAggregation)An object that contains details about an aggregation request based on finding title.
-