Uses of Class
software.amazon.awssdk.services.opsworks.model.LayerType
-
Packages that use LayerType Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of LayerType in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return LayerType Modifier and Type Method Description static LayerTypeLayerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LayerTypeCreateLayerRequest. type()The layer type.LayerTypeLayer. type()The layer type.static LayerTypeLayerType. 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 software.amazon.awssdk.services.opsworks.model that return types with arguments of type LayerType Modifier and Type Method Description static Set<LayerType>LayerType. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type LayerType Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. type(LayerType type)The layer type.Layer.BuilderLayer.Builder. type(LayerType type)The layer type.
-