Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
DecisionTaskScheduledEventAttributes |
HistoryEvent.getDecisionTaskScheduledEventAttributes()
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withStartToCloseTimeout(String startToCloseTimeout)
The maximum duration for this decision task.
|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.