Uses of Interface
software.amazon.awssdk.services.inspector2.model.AmiAggregationResponse.Builder
-
Packages that use AmiAggregationResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AmiAggregationResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AmiAggregationResponse.Builder Modifier and Type Method Description AmiAggregationResponse.BuilderAmiAggregationResponse.Builder. accountId(String accountId)The Amazon Web Services account ID for the AMI.AmiAggregationResponse.BuilderAmiAggregationResponse.Builder. affectedInstances(Long affectedInstances)The IDs of Amazon EC2 instances using this AMI.AmiAggregationResponse.BuilderAmiAggregationResponse.Builder. ami(String ami)The ID of the AMI that findings were aggregated for.static AmiAggregationResponse.BuilderAmiAggregationResponse. builder()default AmiAggregationResponse.BuilderAmiAggregationResponse.Builder. severityCounts(Consumer<SeverityCounts.Builder> severityCounts)An object that contains the count of matched findings per severity.AmiAggregationResponse.BuilderAmiAggregationResponse.Builder. severityCounts(SeverityCounts severityCounts)An object that contains the count of matched findings per severity.AmiAggregationResponse.BuilderAmiAggregationResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AmiAggregationResponse.Builder Modifier and Type Method Description static Class<? extends AmiAggregationResponse.Builder>AmiAggregationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AmiAggregationResponse.Builder Modifier and Type Method Description default AggregationResponse.BuilderAggregationResponse.Builder. amiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).static AggregationResponseAggregationResponse. fromAmiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)Create an instance of this class withAggregationResponse.amiAggregation()initialized to the given value.
-