Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
static StackStatus |
StackStatus.fromValue(String value)
Use this in place of valueOf.
|
static StackStatus |
StackStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackStatus[] |
StackStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StackSummary.setStackStatus(StackStatus stackStatus)
The current status of the stack.
|
void |
Stack.setStackStatus(StackStatus stackStatus)
Current status of the stack.
|
StackSummary |
StackSummary.withStackStatus(StackStatus stackStatus)
The current status of the stack.
|
Stack |
Stack.withStackStatus(StackStatus stackStatus)
Current status of the stack.
|
ListStacksRequest |
ListStacksRequest.withStackStatusFilters(StackStatus... stackStatusFilters)
Stack status to use as a filter.
|
Copyright © 2014. All rights reserved.