| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
static LayerAvailability |
LayerAvailability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LayerAvailability |
Layer.layerAvailability()
The availability status of the image layer.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LayerAvailability> |
LayerAvailability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Layer.Builder |
Layer.Builder.layerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
|
Copyright © 2023. All rights reserved.