Uses of Class
com.amazonaws.services.opsworks.model.LayerAttributesKeys
-
Packages that use LayerAttributesKeys Package Description com.amazonaws.services.opsworks.model -
-
Uses of LayerAttributesKeys in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return LayerAttributesKeys Modifier and Type Method Description static LayerAttributesKeys
LayerAttributesKeys. fromValue(String value)
Use this in place of valueOf.static LayerAttributesKeys
LayerAttributesKeys. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayerAttributesKeys[]
LayerAttributesKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-