Uses of Class
software.amazon.awssdk.services.inspector2.model.RepositoryAggregation
-
Packages that use RepositoryAggregation Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of RepositoryAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return RepositoryAggregation Modifier and Type Method Description RepositoryAggregationAggregationRequest. repositoryAggregation()An object that contains details about an aggregation request based on Amazon ECR repositories.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type RepositoryAggregation Modifier and Type Method Description static AggregationRequestAggregationRequest. fromRepositoryAggregation(RepositoryAggregation repositoryAggregation)Create an instance of this class withAggregationRequest.repositoryAggregation()initialized to the given value.AggregationRequest.BuilderAggregationRequest.Builder. repositoryAggregation(RepositoryAggregation repositoryAggregation)An object that contains details about an aggregation request based on Amazon ECR repositories.
-