Uses of Enum
com.amazonaws.services.ecr.model.LayerAvailability
Packages that use LayerAvailability
-
Uses of LayerAvailability in com.amazonaws.services.ecr.model
Subclasses with type arguments of type LayerAvailability in com.amazonaws.services.ecr.modelMethods in com.amazonaws.services.ecr.model that return LayerAvailabilityModifier and TypeMethodDescriptionstatic LayerAvailabilityUse this in place of valueOf.static LayerAvailabilityReturns 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 TypeMethodDescriptionvoidLayer.setLayerAvailability(LayerAvailability layerAvailability) The availability status of the image layer.Layer.withLayerAvailability(LayerAvailability layerAvailability) The availability status of the image layer.