Uses of Class
com.amazonaws.services.ecr.model.Layer
Packages that use Layer
-
Uses of Layer in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return LayerModifier and TypeMethodDescriptionLayer.clone()
Layer.withLayerAvailability
(LayerAvailability layerAvailability) The availability status of the image layer.Layer.withLayerAvailability
(String layerAvailability) The availability status of the image layer.Layer.withLayerDigest
(String layerDigest) Thesha256
digest of the image 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 LayerModifier and TypeMethodDescriptionBatchCheckLayerAvailabilityResult.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 LayerModifier and TypeMethodDescriptionBatchCheckLayerAvailabilityResult.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 LayerModifier and TypeMethodDescriptionvoid
BatchCheckLayerAvailabilityResult.setLayers
(Collection<Layer> layers) A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResult.withLayers
(Collection<Layer> layers) A list of image layer objects corresponding to the image layer references in the request.