| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2InstanceAggregation |
Ec2InstanceAggregation.clone() |
Ec2InstanceAggregation |
AggregationRequest.getEc2InstanceAggregation()
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withAmis(Collection<StringFilter> amis)
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withAmis(StringFilter... amis)
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceIds(Collection<StringFilter> instanceIds)
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceIds(StringFilter... instanceIds)
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceTags(Collection<MapFilter> instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceTags(MapFilter... instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withOperatingSystems(Collection<StringFilter> operatingSystems)
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withOperatingSystems(StringFilter... operatingSystems)
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withSortBy(Ec2InstanceSortBy sortBy)
The value to sort results by.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withSortBy(String sortBy)
The value to sort results by.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withSortOrder(SortOrder sortOrder)
The order to sort results by.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withSortOrder(String sortOrder)
The order to sort results by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setEc2InstanceAggregation(Ec2InstanceAggregation ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
AggregationRequest |
AggregationRequest.withEc2InstanceAggregation(Ec2InstanceAggregation ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
Copyright © 2023. All rights reserved.