| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static LayerAttributesKeys |
LayerAttributesKeys.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static LayerAttributesKeys |
LayerAttributesKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerAttributesKeys[] |
LayerAttributesKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<LayerAttributesKeys,String> |
UpdateLayerRequest.attributes()
One or more user-defined key/value pairs to be added to the stack attributes.
|
Map<LayerAttributesKeys,String> |
Layer.attributes()
The layer attributes.
|
Map<LayerAttributesKeys,String> |
CreateLayerRequest.attributes()
One or more user-defined key-value pairs to be added to the stack attributes.
|
static Set<LayerAttributesKeys> |
LayerAttributesKeys.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLayerRequest.Builder |
UpdateLayerRequest.Builder.attributes(Map<LayerAttributesKeys,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
|
Layer.Builder |
Layer.Builder.attributes(Map<LayerAttributesKeys,String> attributes)
The layer attributes.
|
CreateLayerRequest.Builder |
CreateLayerRequest.Builder.attributes(Map<LayerAttributesKeys,String> attributes)
One or more user-defined key-value pairs to be added to the stack attributes.
|
Copyright © 2023. All rights reserved.