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