Uses of Class
com.amazonaws.services.opsworks.model.LayerType
-
Packages that use LayerType Package Description com.amazonaws.services.opsworks.model -
-
Uses of LayerType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return LayerType Modifier and Type Method Description static LayerType
LayerType. fromValue(String value)
Use this in place of valueOf.static LayerType
LayerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayerType[]
LayerType. 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 LayerType Modifier and Type Method Description void
CreateLayerRequest. setType(LayerType type)
The layer type.void
Layer. setType(LayerType type)
The layer type.CreateLayerRequest
CreateLayerRequest. withType(LayerType type)
The layer type.Layer
Layer. withType(LayerType type)
The layer type.
-