Uses of Class
com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
Packages that use RecordMarkerDecisionAttributes
-
Uses of RecordMarkerDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RecordMarkerDecisionAttributesModifier and TypeMethodDescriptionRecordMarkerDecisionAttributes.clone()
Decision.getRecordMarkerDecisionAttributes()
Provides details of theRecordMarker
decision.RecordMarkerDecisionAttributes.withDetails
(String details) Optional. details of the marker.RecordMarkerDecisionAttributes.withMarkerName
(String markerName) Required. The name of the marker.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RecordMarkerDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setRecordMarkerDecisionAttributes
(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes) Provides details of theRecordMarker
decision.Decision.withRecordMarkerDecisionAttributes
(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes) Provides details of theRecordMarker
decision.