| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationResponse.Builder |
AggregationResponse.Builder.accountAggregation(AccountAggregationResponse accountAggregation)
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.accountAggregation(Consumer<AccountAggregationResponse.Builder> accountAggregation)
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
|
AggregationResponse.Builder |
AggregationResponse.Builder.amiAggregation(AmiAggregationResponse amiAggregation)
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
|
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).
|
AggregationResponse.Builder |
AggregationResponse.Builder.awsEcrContainerAggregation(AwsEcrContainerAggregationResponse awsEcrContainerAggregation)
An object that contains details about an aggregation response based on Amazon ECR container images.
|
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.Builder |
AggregationResponse.builder() |
default AggregationResponse.Builder |
AggregationResponse.Builder.ec2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)
An object that contains details about an aggregation response based on Amazon EC2 instances.
|
AggregationResponse.Builder |
AggregationResponse.Builder.ec2InstanceAggregation(Ec2InstanceAggregationResponse ec2InstanceAggregation)
An object that contains details about an aggregation response based on Amazon EC2 instances.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.findingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)
An object that contains details about an aggregation response based on finding types.
|
AggregationResponse.Builder |
AggregationResponse.Builder.findingTypeAggregation(FindingTypeAggregationResponse findingTypeAggregation)
An object that contains details about an aggregation response based on finding types.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.imageLayerAggregation(Consumer<ImageLayerAggregationResponse.Builder> imageLayerAggregation)
An object that contains details about an aggregation response based on container image layers.
|
AggregationResponse.Builder |
AggregationResponse.Builder.imageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)
An object that contains details about an aggregation response based on container image layers.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.packageAggregation(Consumer<PackageAggregationResponse.Builder> packageAggregation)
An object that contains details about an aggregation response based on operating system package type.
|
AggregationResponse.Builder |
AggregationResponse.Builder.packageAggregation(PackageAggregationResponse packageAggregation)
An object that contains details about an aggregation response based on operating system package type.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.repositoryAggregation(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)
An object that contains details about an aggregation response based on Amazon ECR repositories.
|
AggregationResponse.Builder |
AggregationResponse.Builder.repositoryAggregation(RepositoryAggregationResponse repositoryAggregation)
An object that contains details about an aggregation response based on Amazon ECR repositories.
|
default AggregationResponse.Builder |
AggregationResponse.Builder.titleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)
An object that contains details about an aggregation response based on finding title.
|
AggregationResponse.Builder |
AggregationResponse.Builder.titleAggregation(TitleAggregationResponse titleAggregation)
An object that contains details about an aggregation response based on finding title.
|
AggregationResponse.Builder |
AggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AggregationResponse.Builder> |
AggregationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.