Uses of Class
software.amazon.awssdk.services.inspector2.model.ImageLayerAggregation
-
Packages that use ImageLayerAggregation Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of ImageLayerAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ImageLayerAggregation Modifier and Type Method Description ImageLayerAggregationAggregationRequest. imageLayerAggregation()An object that contains details about an aggregation request based on container image layers.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type ImageLayerAggregation Modifier and Type Method Description static AggregationRequestAggregationRequest. fromImageLayerAggregation(ImageLayerAggregation imageLayerAggregation)Create an instance of this class withAggregationRequest.imageLayerAggregation()initialized to the given value.AggregationRequest.BuilderAggregationRequest.Builder. imageLayerAggregation(ImageLayerAggregation imageLayerAggregation)An object that contains details about an aggregation request based on container image layers.
-