| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackSetOperationAction |
StackSetOperationAction.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
StackSetOperation.setAction(StackSetOperationAction action)
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
void |
StackSetOperationSummary.setAction(StackSetOperationAction action)
The type of operation:
CREATE, UPDATE, or DELETE. |
StackSetOperation |
StackSetOperation.withAction(StackSetOperationAction action)
The type of stack set operation:
CREATE, UPDATE, or DELETE. |
StackSetOperationSummary |
StackSetOperationSummary.withAction(StackSetOperationAction action)
The type of operation:
CREATE, UPDATE, or DELETE. |
Copyright © 2020. All rights reserved.