| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.accountId(String accountId)
The Amazon Web Services account ID of the account that owns the container.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.architecture(String architecture)
The architecture of the container.
|
static AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.builder() |
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.imageSha(String imageSha)
The SHA value of the container image.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.imageTags(Collection<String> imageTags)
The container image stags.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.imageTags(String... imageTags)
The container image stags.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.repository(String repository)
The container repository.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.resourceId(String resourceId)
The resource ID of the container.
|
default AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The number of finding by severity.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
The number of finding by severity.
|
AwsEcrContainerAggregationResponse.Builder |
AwsEcrContainerAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEcrContainerAggregationResponse.Builder> |
AwsEcrContainerAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationResponse.Builder |
AggregationResponse.Builder.awsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)
An object that contains details about an aggregation response based on Amazon ECR container images.
|
static AggregationResponse |
AggregationResponse.fromAwsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)
Create an instance of this class with
AggregationResponse.awsEcrContainerAggregation() initialized to the given value. |
Copyright © 2022. All rights reserved.