Uses of Enum
com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
Packages that use RecordMarkerFailedCause
-
Uses of RecordMarkerFailedCause in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RecordMarkerFailedCauseModifier and TypeMethodDescriptionstatic RecordMarkerFailedCause
Use this in place of valueOf.static RecordMarkerFailedCause
Returns the enum constant of this type with the specified name.static RecordMarkerFailedCause[]
RecordMarkerFailedCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RecordMarkerFailedCauseModifier and TypeMethodDescriptionvoid
RecordMarkerFailedEventAttributes.setCause
(RecordMarkerFailedCause cause) The cause of the failure.RecordMarkerFailedEventAttributes.withCause
(RecordMarkerFailedCause cause) The cause of the failure.