| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Replacement |
Replacement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Replacement |
ResourceChange.replacement()
For the
Modify action, indicates whether AWS CloudFormation will replace the resource by creating a
new one and deleting the old one. |
static Replacement |
Replacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replacement[] |
Replacement.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<Replacement> |
Replacement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceChange.Builder |
ResourceChange.Builder.replacement(Replacement replacement)
For the
Modify action, indicates whether AWS CloudFormation will replace the resource by
creating a new one and deleting the old one. |
Copyright © 2020. All rights reserved.