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