| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationAction |
StackSetOperationSummary.action()
The type of operation:
CREATE, UPDATE, or DELETE. |
StackSetOperationAction |
StackSetOperation.action()
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
static StackSetOperationAction |
StackSetOperationAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StackSetOperationAction |
StackSetOperationAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackSetOperationAction[] |
StackSetOperationAction.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<StackSetOperationAction> |
StackSetOperationAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationSummary.Builder |
StackSetOperationSummary.Builder.action(StackSetOperationAction action)
The type of operation:
CREATE, UPDATE, or DELETE. |
StackSetOperation.Builder |
StackSetOperation.Builder.action(StackSetOperationAction action)
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
Copyright © 2019. All rights reserved.