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 LayerLayer. clone()LayerLayer. withLayerAvailability(LayerAvailability layerAvailability)The availability status of the image layer.LayerLayer. withLayerAvailability(String layerAvailability)The availability status of the image layer.LayerLayer. withLayerDigest(String layerDigest)Thesha256digest of the image layer.LayerLayer. 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 BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. 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 voidBatchCheckLayerAvailabilityResult. setLayers(Collection<Layer> layers)A list of image layer objects corresponding to the image layer references in the request.BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withLayers(Collection<Layer> layers)A list of image layer objects corresponding to the image layer references in the request.
-