Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.