| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackSetStatus |
StackSetStatus.fromValue(String value)
Use this in place of valueOf.
|
static StackSetStatus |
StackSetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackSetStatus[] |
StackSetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackSet.setStatus(StackSetStatus status)
The status of the stack set.
|
void |
ListStackSetsRequest.setStatus(StackSetStatus status)
The status of the stack sets that you want to get summary information about.
|
void |
StackSetSummary.setStatus(StackSetStatus status)
The status of the stack set.
|
StackSet |
StackSet.withStatus(StackSetStatus status)
The status of the stack set.
|
ListStackSetsRequest |
ListStackSetsRequest.withStatus(StackSetStatus status)
The status of the stack sets that you want to get summary information about.
|
StackSetSummary |
StackSetSummary.withStatus(StackSetStatus status)
The status of the stack set.
|
Copyright © 2023. All rights reserved.