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