| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AmiAggregationResponse.Builder |
AmiAggregationResponse.Builder.accountId(String accountId)
The Amazon Web Services account ID for the AMI.
|
AmiAggregationResponse.Builder |
AmiAggregationResponse.Builder.affectedInstances(Long affectedInstances)
The IDs of Amazon EC2 instances using this AMI.
|
AmiAggregationResponse.Builder |
AmiAggregationResponse.Builder.ami(String ami)
The ID of the AMI that findings were aggregated for.
|
static AmiAggregationResponse.Builder |
AmiAggregationResponse.builder() |
default AmiAggregationResponse.Builder |
AmiAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
|
AmiAggregationResponse.Builder |
AmiAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
|
AmiAggregationResponse.Builder |
AmiAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AmiAggregationResponse.Builder> |
AmiAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationResponse.Builder |
AggregationResponse.Builder.amiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
|
static AggregationResponse |
AggregationResponse.fromAmiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)
Create an instance of this class with
AggregationResponse.amiAggregation() initialized to the given value. |
Copyright © 2023. All rights reserved.