Uses of Class
software.amazon.awssdk.services.inspector2.model.AccountAggregationResponse
-
Packages that use AccountAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AccountAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AccountAggregationResponse Modifier and Type Method Description AccountAggregationResponseAggregationResponse. accountAggregation()An object that contains details about an aggregation response based on Amazon Web Services account IDs.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AccountAggregationResponse Modifier and Type Method Description AggregationResponse.BuilderAggregationResponse.Builder. accountAggregation(AccountAggregationResponse accountAggregation)An object that contains details about an aggregation response based on Amazon Web Services account IDs.static AggregationResponseAggregationResponse. fromAccountAggregation(AccountAggregationResponse accountAggregation)Create an instance of this class withAggregationResponse.accountAggregation()initialized to the given value.
-