| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackInstanceStatus |
StackInstanceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StackInstanceStatus |
StackInstance.status()
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceStatus |
StackInstanceSummary.status()
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
static StackInstanceStatus |
StackInstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackInstanceStatus[] |
StackInstanceStatus.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<StackInstanceStatus> |
StackInstanceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackInstance.Builder |
StackInstance.Builder.status(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceSummary.Builder |
StackInstanceSummary.Builder.status(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
Copyright © 2022. All rights reserved.