Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
static StackSetOperationStatus |
StackSetOperationStatus.fromValue(String value)
Use this in place of valueOf.
|
static StackSetOperationStatus |
StackSetOperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackSetOperationStatus[] |
StackSetOperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StackSetOperation.setStatus(StackSetOperationStatus status)
The status of the operation.
|
void |
StackSetOperationSummary.setStatus(StackSetOperationStatus status)
The overall status of the operation.
|
StackSetOperation |
StackSetOperation.withStatus(StackSetOperationStatus status)
The status of the operation.
|
StackSetOperationSummary |
StackSetOperationSummary.withStatus(StackSetOperationStatus status)
The overall status of the operation.
|
Copyright © 2017. All rights reserved.