Uses of Class
com.amazonaws.services.cloudformation.model.ResourceSignalStatus
-
Packages that use ResourceSignalStatus Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ResourceSignalStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceSignalStatus Modifier and Type Method 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.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceSignalStatus Modifier and Type Method 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.
-