Uses of Class
software.amazon.awssdk.services.inspector2.model.AmiAggregationResponse
-
Packages that use AmiAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AmiAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AmiAggregationResponse Modifier and Type Method Description AmiAggregationResponseAggregationResponse. amiAggregation()An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AmiAggregationResponse Modifier and Type Method Description AggregationResponse.BuilderAggregationResponse.Builder. amiAggregation(AmiAggregationResponse amiAggregation)An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).static AggregationResponseAggregationResponse. fromAmiAggregation(AmiAggregationResponse amiAggregation)Create an instance of this class withAggregationResponse.amiAggregation()initialized to the given value.
-