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