Uses of Class
com.amazonaws.services.ecr.model.Layer
-
Packages that use Layer Package Description com.amazonaws.services.ecr.model -
-
Uses of Layer in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return Layer Modifier and Type Method Description Layer
Layer. clone()
Layer
Layer. withLayerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.Layer
Layer. withLayerAvailability(String layerAvailability)
The availability status of the image layer.Layer
Layer. withLayerDigest(String layerDigest)
Thesha256
digest of the image layer.Layer
Layer. withLayerSize(Long layerSize)
The size, in bytes, of the image layer.Methods in com.amazonaws.services.ecr.model that return types with arguments of type Layer Modifier and Type Method Description List<Layer>
BatchCheckLayerAvailabilityResult. getLayers()
A list of image layer objects corresponding to the image layer references in the request.Methods in com.amazonaws.services.ecr.model with parameters of type Layer Modifier and Type Method Description BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withLayers(Layer... layers)
A list of image layer objects corresponding to the image layer references in the request.Method parameters in com.amazonaws.services.ecr.model with type arguments of type Layer Modifier and Type Method Description void
BatchCheckLayerAvailabilityResult. setLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references in the request.
-