| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackSetStatus |
StackSetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StackSetStatus |
StackSet.status()
The status of the stack set.
|
StackSetStatus |
ListStackSetsRequest.status()
The status of the stack sets that you want to get summary information about.
|
StackSetStatus |
StackSetSummary.status()
The status of the stack set.
|
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 |
|---|---|
static Set<StackSetStatus> |
StackSetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackSet.Builder |
StackSet.Builder.status(StackSetStatus status)
The status of the stack set.
|
ListStackSetsRequest.Builder |
ListStackSetsRequest.Builder.status(StackSetStatus status)
The status of the stack sets that you want to get summary information about.
|
StackSetSummary.Builder |
StackSetSummary.Builder.status(StackSetStatus status)
The status of the stack set.
|
Copyright © 2020. All rights reserved.