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