| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.Builder.accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.Builder.affectedImages(Long affectedImages)
The number of container images impacted by the findings.
|
static RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.builder() |
RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.Builder.repository(String repository)
The name of the repository associated with the findings.
|
default RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that represent the count of matched findings per severity.
|
RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
An object that represent the count of matched findings per severity.
|
RepositoryAggregationResponse.Builder |
RepositoryAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RepositoryAggregationResponse.Builder> |
RepositoryAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResponse |
AggregationResponse.fromRepositoryAggregation(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)
Create an instance of this class with
AggregationResponse.repositoryAggregation() initialized to the given value. |
default AggregationResponse.Builder |
AggregationResponse.Builder.repositoryAggregation(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)
An object that contains details about an aggregation response based on Amazon ECR repositories.
|
Copyright © 2023. All rights reserved.