Uses of Class
software.amazon.awssdk.services.opsworks.model.AppAttributesKeys
-
Packages that use AppAttributesKeys Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AppAttributesKeys in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AppAttributesKeys Modifier and Type Method Description static AppAttributesKeysAppAttributesKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppAttributesKeysAppAttributesKeys. 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.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type AppAttributesKeys Modifier and Type Method Description Map<AppAttributesKeys,String>App. attributes()The stack attributes.Map<AppAttributesKeys,String>CreateAppRequest. attributes()One or more user-defined key/value pairs to be added to the stack attributes.Map<AppAttributesKeys,String>UpdateAppRequest. attributes()One or more user-defined key/value pairs to be added to the stack attributes.static Set<AppAttributesKeys>AppAttributesKeys. knownValues()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type AppAttributesKeys Modifier and Type Method Description App.BuilderApp.Builder. attributes(Map<AppAttributesKeys,String> attributes)The stack attributes.CreateAppRequest.BuilderCreateAppRequest.Builder. attributes(Map<AppAttributesKeys,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.UpdateAppRequest.BuilderUpdateAppRequest.Builder. attributes(Map<AppAttributesKeys,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.
-