| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static LayerType |
LayerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LayerType |
Layer.type()
The layer type.
|
LayerType |
CreateLayerRequest.type()
The layer type.
|
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 |
|---|---|
static Set<LayerType> |
LayerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Layer.Builder |
Layer.Builder.type(LayerType type)
The layer type.
|
CreateLayerRequest.Builder |
CreateLayerRequest.Builder.type(LayerType type)
The layer type.
|
Copyright © 2023. All rights reserved.