| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.accountId(String accountId)
The Amazon Web Services account for the Amazon EC2 instance.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.ami(String ami)
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
|
static Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.builder() |
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.instanceId(String instanceId)
The Amazon EC2 instance ID.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.instanceTags(Map<String,String> instanceTags)
The tags attached to the instance.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.networkFindings(Long networkFindings)
The number of network findings for the Amazon EC2 instance.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.operatingSystem(String operatingSystem)
The operating system of the Amazon EC2 instance.
|
default Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
|
Ec2InstanceAggregationResponse.Builder |
Ec2InstanceAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ec2InstanceAggregationResponse.Builder> |
Ec2InstanceAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationResponse.Builder |
AggregationResponse.Builder.ec2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)
An object that contains details about an aggregation response based on Amazon EC2 instances.
|
static AggregationResponse |
AggregationResponse.fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)
Create an instance of this class with
AggregationResponse.ec2InstanceAggregation() initialized to the given value. |
Copyright © 2023. All rights reserved.