Uses of Enum
com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
Packages that use RecordMarkerFailedCause
-
Uses of RecordMarkerFailedCause in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type RecordMarkerFailedCause in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return RecordMarkerFailedCauseModifier and TypeMethodDescriptionstatic RecordMarkerFailedCauseUse this in place of valueOf.static RecordMarkerFailedCauseReturns 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 TypeMethodDescriptionvoidRecordMarkerFailedEventAttributes.setCause(RecordMarkerFailedCause cause) The cause of the failure.RecordMarkerFailedEventAttributes.withCause(RecordMarkerFailedCause cause) The cause of the failure.