Uses of Class
software.amazon.awssdk.services.inspector2.model.RepositoryAggregationResponse
-
Packages that use RepositoryAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of RepositoryAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return RepositoryAggregationResponse Modifier and Type Method Description RepositoryAggregationResponseAggregationResponse. repositoryAggregation()An object that contains details about an aggregation response based on Amazon ECR repositories.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type RepositoryAggregationResponse Modifier and Type Method Description static AggregationResponseAggregationResponse. fromRepositoryAggregation(RepositoryAggregationResponse repositoryAggregation)Create an instance of this class withAggregationResponse.repositoryAggregation()initialized to the given value.AggregationResponse.BuilderAggregationResponse.Builder. repositoryAggregation(RepositoryAggregationResponse repositoryAggregation)An object that contains details about an aggregation response based on Amazon ECR repositories.
-