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