Uses of Class
software.amazon.awssdk.services.inspector2.model.AccountAggregation
-
Packages that use AccountAggregation Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AccountAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AccountAggregation Modifier and Type Method Description AccountAggregationAggregationRequest. accountAggregation()An object that contains details about an aggregation request based on Amazon Web Services account IDs.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AccountAggregation Modifier and Type Method Description AggregationRequest.BuilderAggregationRequest.Builder. accountAggregation(AccountAggregation accountAggregation)An object that contains details about an aggregation request based on Amazon Web Services account IDs.static AggregationRequestAggregationRequest. fromAccountAggregation(AccountAggregation accountAggregation)Create an instance of this class withAggregationRequest.accountAggregation()initialized to the given value.
-