Uses of Class
com.amazonaws.services.opsworks.model.AppType
-
Packages that use AppType Package Description com.amazonaws.services.opsworks.model -
-
Uses of AppType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AppType Modifier and Type Method Description static AppTypeAppType. fromValue(String value)Use this in place of valueOf.static AppTypeAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppType[]AppType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.opsworks.model with parameters of type AppType Modifier and Type Method Description voidApp. setType(AppType type)The app type.voidCreateAppRequest. setType(AppType type)The app type.voidUpdateAppRequest. setType(AppType type)The app type.AppApp. withType(AppType type)The app type.CreateAppRequestCreateAppRequest. withType(AppType type)The app type.UpdateAppRequestUpdateAppRequest. withType(AppType type)The app type.
-