Uses of Class
com.amazonaws.services.ecr.model.LayerAvailability
-
Packages that use LayerAvailability Package Description com.amazonaws.services.ecr.model -
-
Uses of LayerAvailability in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return LayerAvailability Modifier and Type Method Description static LayerAvailability
LayerAvailability. fromValue(String value)
Use this in place of valueOf.static LayerAvailability
LayerAvailability. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayerAvailability[]
LayerAvailability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecr.model with parameters of type LayerAvailability Modifier and Type Method Description void
Layer. setLayerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.Layer
Layer. withLayerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
-