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 AppType
AppType. fromValue(String value)
Use this in place of valueOf.static AppType
AppType. 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 void
App. setType(AppType type)
The app type.void
CreateAppRequest. setType(AppType type)
The app type.void
UpdateAppRequest. setType(AppType type)
The app type.App
App. withType(AppType type)
The app type.CreateAppRequest
CreateAppRequest. withType(AppType type)
The app type.UpdateAppRequest
UpdateAppRequest. withType(AppType type)
The app type.
-