Uses of Class
com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
-
Packages that use RecordMarkerDecisionAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of RecordMarkerDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RecordMarkerDecisionAttributes Modifier and Type Method Description RecordMarkerDecisionAttributesRecordMarkerDecisionAttributes. clone()RecordMarkerDecisionAttributesDecision. getRecordMarkerDecisionAttributes()Provides details of theRecordMarkerdecision.RecordMarkerDecisionAttributesRecordMarkerDecisionAttributes. withDetails(String details)Optional. details of the marker.RecordMarkerDecisionAttributesRecordMarkerDecisionAttributes. withMarkerName(String markerName)Required. The name of the marker.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RecordMarkerDecisionAttributes Modifier and Type Method Description voidDecision. setRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)Provides details of theRecordMarkerdecision.DecisionDecision. withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)Provides details of theRecordMarkerdecision.
-