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