Uses of Enum
com.amazonaws.services.cloudformation.model.ResourceSignalStatus
Packages that use ResourceSignalStatus
-
Uses of ResourceSignalStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceSignalStatusModifier and TypeMethodDescriptionstatic ResourceSignalStatus
Use this in place of valueOf.static ResourceSignalStatus
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 ResourceSignalStatusModifier and TypeMethodDescriptionvoid
SignalResourceRequest.setStatus
(ResourceSignalStatus status) The status of the signal, which is either success or failure.SignalResourceRequest.withStatus
(ResourceSignalStatus status) The status of the signal, which is either success or failure.