Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
static ResourceSignalStatus |
ResourceSignalStatus.fromValue(String value)
Use this in place of valueOf.
|
static ResourceSignalStatus |
ResourceSignalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSignalStatus[] |
ResourceSignalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SignalResourceRequest.setStatus(ResourceSignalStatus status)
The status of the signal, which is either success or failure.
|
SignalResourceRequest |
SignalResourceRequest.withStatus(ResourceSignalStatus status)
The status of the signal, which is either success or failure.
|
Copyright © 2018. All rights reserved.