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