| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static DetailedStatus |
DetailedStatus.fromValue(String value)
Use this in place of valueOf.
|
static DetailedStatus |
DetailedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailedStatus[] |
DetailedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setDetailedStatus(DetailedStatus detailedStatus)
The detailed status of the resource or stack.
|
void |
StackEvent.setDetailedStatus(DetailedStatus detailedStatus)
An optional field containing information about the detailed status of the stack event.
|
Stack |
Stack.withDetailedStatus(DetailedStatus detailedStatus)
The detailed status of the resource or stack.
|
StackEvent |
StackEvent.withDetailedStatus(DetailedStatus detailedStatus)
An optional field containing information about the detailed status of the stack event.
|
Copyright © 2024. All rights reserved.