Uses of Class
software.amazon.awssdk.services.ecrpublic.model.LayerAvailability
-
Packages that use LayerAvailability Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of LayerAvailability in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return LayerAvailability Modifier and Type Method Description static LayerAvailabilityLayerAvailability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LayerAvailabilityLayer. layerAvailability()The availability status of the image layer.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 software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type LayerAvailability Modifier and Type Method Description static Set<LayerAvailability>LayerAvailability. knownValues()Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type LayerAvailability Modifier and Type Method Description Layer.BuilderLayer.Builder. layerAvailability(LayerAvailability layerAvailability)The availability status of the image layer.
-