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