Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
Packages that use ActivityTaskCanceledEventAttributes
-
Uses of ActivityTaskCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCanceledEventAttributesModifier and TypeMethodDescriptionActivityTaskCanceledEventAttributes.clone()
HistoryEvent.getActivityTaskCanceledEventAttributes()
If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.ActivityTaskCanceledEventAttributes.withDetails
(String details) Details of the cancellation (if any).ActivityTaskCanceledEventAttributes.withLatestCancelRequestedEventId
(Long latestCancelRequestedEventId) If set, contains the ID of the lastActivityTaskCancelRequested
event recorded for this activity task.ActivityTaskCanceledEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskCanceledEventAttributes.withStartedEventId
(Long startedEventId) The ID of theActivityTaskStarted
event recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCanceledEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setActivityTaskCanceledEventAttributes
(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes) If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskCanceledEventAttributes
(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes) If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.