| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.clone() |
AwsEcrContainerAggregation |
AggregationRequest.getAwsEcrContainerAggregation()
An object that contains details about an aggregation request based on Amazon ECR container images.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withArchitectures(Collection<StringFilter> architectures)
The architecture of the containers.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withArchitectures(StringFilter... architectures)
The architecture of the containers.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withImageShas(Collection<StringFilter> imageShas)
The image SHA values.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withImageShas(StringFilter... imageShas)
The image SHA values.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withImageTags(Collection<StringFilter> imageTags)
The image tags.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withImageTags(StringFilter... imageTags)
The image tags.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withRepositories(Collection<StringFilter> repositories)
The container repositories.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withRepositories(StringFilter... repositories)
The container repositories.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withResourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withResourceIds(StringFilter... resourceIds)
The container resource IDs.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withSortBy(AwsEcrContainerSortBy sortBy)
The value to sort by.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withSortBy(String sortBy)
The value to sort by.
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withSortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
|
AwsEcrContainerAggregation |
AwsEcrContainerAggregation.withSortOrder(String sortOrder)
The sort order (ascending or descending).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setAwsEcrContainerAggregation(AwsEcrContainerAggregation awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
|
AggregationRequest |
AggregationRequest.withAwsEcrContainerAggregation(AwsEcrContainerAggregation awsEcrContainerAggregation)
An object that contains details about an aggregation request based on Amazon ECR container images.
|
Copyright © 2022. All rights reserved.