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 ResourceSignalStatusResourceSignalStatus. fromValue(String value)Use this in place of valueOf.static ResourceSignalStatusResourceSignalStatus. 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 voidSignalResourceRequest. setStatus(ResourceSignalStatus status)The status of the signal, which is either success or failure.SignalResourceRequestSignalResourceRequest. withStatus(ResourceSignalStatus status)The status of the signal, which is either success or failure.
-