Class AggregationResponse

    • Method Detail

      • accountAggregation

        public final AccountAggregationResponse accountAggregation()

        An object that contains details about an aggregation response based on Amazon Web Services account IDs.

        Returns:
        An object that contains details about an aggregation response based on Amazon Web Services account IDs.
      • amiAggregation

        public final AmiAggregationResponse amiAggregation()

        An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).

        Returns:
        An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
      • awsEcrContainerAggregation

        public final AwsEcrContainerAggregationResponse awsEcrContainerAggregation()

        An object that contains details about an aggregation response based on Amazon ECR container images.

        Returns:
        An object that contains details about an aggregation response based on Amazon ECR container images.
      • ec2InstanceAggregation

        public final Ec2InstanceAggregationResponse ec2InstanceAggregation()

        An object that contains details about an aggregation response based on Amazon EC2 instances.

        Returns:
        An object that contains details about an aggregation response based on Amazon EC2 instances.
      • findingTypeAggregation

        public final FindingTypeAggregationResponse findingTypeAggregation()

        An object that contains details about an aggregation response based on finding types.

        Returns:
        An object that contains details about an aggregation response based on finding types.
      • imageLayerAggregation

        public final ImageLayerAggregationResponse imageLayerAggregation()

        An object that contains details about an aggregation response based on container image layers.

        Returns:
        An object that contains details about an aggregation response based on container image layers.
      • lambdaFunctionAggregation

        public final LambdaFunctionAggregationResponse lambdaFunctionAggregation()

        An aggregation of findings by AWS Lambda function.

        Returns:
        An aggregation of findings by AWS Lambda function.
      • lambdaLayerAggregation

        public final LambdaLayerAggregationResponse lambdaLayerAggregation()

        An aggregation of findings by AWS Lambda layer.

        Returns:
        An aggregation of findings by AWS Lambda layer.
      • packageAggregation

        public final PackageAggregationResponse packageAggregation()

        An object that contains details about an aggregation response based on operating system package type.

        Returns:
        An object that contains details about an aggregation response based on operating system package type.
      • repositoryAggregation

        public final RepositoryAggregationResponse repositoryAggregation()

        An object that contains details about an aggregation response based on Amazon ECR repositories.

        Returns:
        An object that contains details about an aggregation response based on Amazon ECR repositories.
      • titleAggregation

        public final TitleAggregationResponse titleAggregation()

        An object that contains details about an aggregation response based on finding title.

        Returns:
        An object that contains details about an aggregation response based on finding title.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromAccountAggregation

        public static AggregationResponse fromAccountAggregation​(AccountAggregationResponse accountAggregation)
        Create an instance of this class with accountAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon Web Services account IDs.

        Parameters:
        accountAggregation - An object that contains details about an aggregation response based on Amazon Web Services account IDs.
      • fromAccountAggregation

        public static AggregationResponse fromAccountAggregation​(Consumer<AccountAggregationResponse.Builder> accountAggregation)
        Create an instance of this class with accountAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon Web Services account IDs.

        Parameters:
        accountAggregation - An object that contains details about an aggregation response based on Amazon Web Services account IDs.
      • fromAmiAggregation

        public static AggregationResponse fromAmiAggregation​(AmiAggregationResponse amiAggregation)
        Create an instance of this class with amiAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).

        Parameters:
        amiAggregation - An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
      • fromAmiAggregation

        public static AggregationResponse fromAmiAggregation​(Consumer<AmiAggregationResponse.Builder> amiAggregation)
        Create an instance of this class with amiAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).

        Parameters:
        amiAggregation - An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
      • fromAwsEcrContainerAggregation

        public static AggregationResponse fromAwsEcrContainerAggregation​(AwsEcrContainerAggregationResponse awsEcrContainerAggregation)
        Create an instance of this class with awsEcrContainerAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon ECR container images.

        Parameters:
        awsEcrContainerAggregation - An object that contains details about an aggregation response based on Amazon ECR container images.
      • fromAwsEcrContainerAggregation

        public static AggregationResponse fromAwsEcrContainerAggregation​(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)
        Create an instance of this class with awsEcrContainerAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon ECR container images.

        Parameters:
        awsEcrContainerAggregation - An object that contains details about an aggregation response based on Amazon ECR container images.
      • fromEc2InstanceAggregation

        public static AggregationResponse fromEc2InstanceAggregation​(Ec2InstanceAggregationResponse ec2InstanceAggregation)
        Create an instance of this class with ec2InstanceAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon EC2 instances.

        Parameters:
        ec2InstanceAggregation - An object that contains details about an aggregation response based on Amazon EC2 instances.
      • fromEc2InstanceAggregation

        public static AggregationResponse fromEc2InstanceAggregation​(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)
        Create an instance of this class with ec2InstanceAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon EC2 instances.

        Parameters:
        ec2InstanceAggregation - An object that contains details about an aggregation response based on Amazon EC2 instances.
      • fromFindingTypeAggregation

        public static AggregationResponse fromFindingTypeAggregation​(FindingTypeAggregationResponse findingTypeAggregation)
        Create an instance of this class with findingTypeAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on finding types.

        Parameters:
        findingTypeAggregation - An object that contains details about an aggregation response based on finding types.
      • fromFindingTypeAggregation

        public static AggregationResponse fromFindingTypeAggregation​(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)
        Create an instance of this class with findingTypeAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on finding types.

        Parameters:
        findingTypeAggregation - An object that contains details about an aggregation response based on finding types.
      • fromImageLayerAggregation

        public static AggregationResponse fromImageLayerAggregation​(ImageLayerAggregationResponse imageLayerAggregation)
        Create an instance of this class with imageLayerAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on container image layers.

        Parameters:
        imageLayerAggregation - An object that contains details about an aggregation response based on container image layers.
      • fromImageLayerAggregation

        public static AggregationResponse fromImageLayerAggregation​(Consumer<ImageLayerAggregationResponse.Builder> imageLayerAggregation)
        Create an instance of this class with imageLayerAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on container image layers.

        Parameters:
        imageLayerAggregation - An object that contains details about an aggregation response based on container image layers.
      • fromLambdaFunctionAggregation

        public static AggregationResponse fromLambdaFunctionAggregation​(LambdaFunctionAggregationResponse lambdaFunctionAggregation)
        Create an instance of this class with lambdaFunctionAggregation() initialized to the given value.

        An aggregation of findings by AWS Lambda function.

        Parameters:
        lambdaFunctionAggregation - An aggregation of findings by AWS Lambda function.
      • fromLambdaLayerAggregation

        public static AggregationResponse fromLambdaLayerAggregation​(LambdaLayerAggregationResponse lambdaLayerAggregation)
        Create an instance of this class with lambdaLayerAggregation() initialized to the given value.

        An aggregation of findings by AWS Lambda layer.

        Parameters:
        lambdaLayerAggregation - An aggregation of findings by AWS Lambda layer.
      • fromPackageAggregation

        public static AggregationResponse fromPackageAggregation​(PackageAggregationResponse packageAggregation)
        Create an instance of this class with packageAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on operating system package type.

        Parameters:
        packageAggregation - An object that contains details about an aggregation response based on operating system package type.
      • fromPackageAggregation

        public static AggregationResponse fromPackageAggregation​(Consumer<PackageAggregationResponse.Builder> packageAggregation)
        Create an instance of this class with packageAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on operating system package type.

        Parameters:
        packageAggregation - An object that contains details about an aggregation response based on operating system package type.
      • fromRepositoryAggregation

        public static AggregationResponse fromRepositoryAggregation​(RepositoryAggregationResponse repositoryAggregation)
        Create an instance of this class with repositoryAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon ECR repositories.

        Parameters:
        repositoryAggregation - An object that contains details about an aggregation response based on Amazon ECR repositories.
      • fromRepositoryAggregation

        public static AggregationResponse fromRepositoryAggregation​(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)
        Create an instance of this class with repositoryAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on Amazon ECR repositories.

        Parameters:
        repositoryAggregation - An object that contains details about an aggregation response based on Amazon ECR repositories.
      • fromTitleAggregation

        public static AggregationResponse fromTitleAggregation​(TitleAggregationResponse titleAggregation)
        Create an instance of this class with titleAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on finding title.

        Parameters:
        titleAggregation - An object that contains details about an aggregation response based on finding title.
      • fromTitleAggregation

        public static AggregationResponse fromTitleAggregation​(Consumer<TitleAggregationResponse.Builder> titleAggregation)
        Create an instance of this class with titleAggregation() initialized to the given value.

        An object that contains details about an aggregation response based on finding title.

        Parameters:
        titleAggregation - An object that contains details about an aggregation response based on finding title.