Uses of Class
software.amazon.awssdk.services.inspector2.model.TitleAggregationResponse
-
Packages that use TitleAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of TitleAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return TitleAggregationResponse Modifier and Type Method Description TitleAggregationResponseAggregationResponse. titleAggregation()An object that contains details about an aggregation response based on finding title.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type TitleAggregationResponse Modifier and Type Method Description static AggregationResponseAggregationResponse. fromTitleAggregation(TitleAggregationResponse titleAggregation)Create an instance of this class withAggregationResponse.titleAggregation()initialized to the given value.AggregationResponse.BuilderAggregationResponse.Builder. titleAggregation(TitleAggregationResponse titleAggregation)An object that contains details about an aggregation response based on finding title.
-