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 LayerAvailabilityLayerAvailability. fromValue(String value)Use this in place of valueOf.static LayerAvailabilityLayerAvailability. 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 voidLayer. setLayerAvailability(LayerAvailability layerAvailability)The availability status of the image layer.LayerLayer. withLayerAvailability(LayerAvailability layerAvailability)The availability status of the image layer.
-