Uses of Class
software.amazon.awssdk.services.ecrpublic.model.Layer
-
Packages that use Layer Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of Layer in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type Layer Modifier and Type Method Description List<Layer>BatchCheckLayerAvailabilityResponse. layers()A list of image layer objects that correspond to the image layer references in the request.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type Layer Modifier and Type Method Description BatchCheckLayerAvailabilityResponse.BuilderBatchCheckLayerAvailabilityResponse.Builder. layers(Layer... layers)A list of image layer objects that correspond to the image layer references in the request.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type Layer Modifier and Type Method Description BatchCheckLayerAvailabilityResponse.BuilderBatchCheckLayerAvailabilityResponse.Builder. layers(Collection<Layer> layers)A list of image layer objects that correspond to the image layer references in the request.
-