Uses of Enum
com.amazonaws.services.ecr.model.LayerAvailability
Packages that use LayerAvailability
-
Uses of LayerAvailability in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return LayerAvailabilityModifier and TypeMethodDescriptionstatic LayerAvailability
Use this in place of valueOf.static LayerAvailability
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 LayerAvailabilityModifier and TypeMethodDescriptionvoid
Layer.setLayerAvailability
(LayerAvailability layerAvailability) The availability status of the image layer.Layer.withLayerAvailability
(LayerAvailability layerAvailability) The availability status of the image layer.