| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(Collection<StringFilter> amis)
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(Consumer<StringFilter.Builder>... amis)
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(StringFilter... amis)
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
static Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.builder() |
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(Collection<StringFilter> instanceIds)
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(Consumer<StringFilter.Builder>... instanceIds)
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(StringFilter... instanceIds)
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(Collection<MapFilter> instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(Consumer<MapFilter.Builder>... instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(MapFilter... instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(Collection<StringFilter> operatingSystems)
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(Consumer<StringFilter.Builder>... operatingSystems)
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(StringFilter... operatingSystems)
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortBy(Ec2InstanceSortBy sortBy)
The value to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortBy(String sortBy)
The value to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortOrder(SortOrder sortOrder)
The order to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortOrder(String sortOrder)
The order to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ec2InstanceAggregation.Builder> |
Ec2InstanceAggregation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationRequest.Builder |
AggregationRequest.Builder.ec2InstanceAggregation(Consumer<Ec2InstanceAggregation.Builder> ec2InstanceAggregation)
An object that contains details about an aggregation request based on Amazon EC2 instances.
|
static AggregationRequest |
AggregationRequest.fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregation.Builder> ec2InstanceAggregation)
Create an instance of this class with
AggregationRequest.ec2InstanceAggregation() initialized to the given value. |
Copyright © 2022. All rights reserved.