Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes

Packages that use ActivityTaskCanceledEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of ActivityTaskCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCanceledEventAttributes
 ActivityTaskCanceledEventAttributes HistoryEvent.getActivityTaskCanceledEventAttributes()
          If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
 ActivityTaskCanceledEventAttributes ActivityTaskCanceledEventAttributes.withDetails(String details)
          Details of the cancellation (if any).
 ActivityTaskCanceledEventAttributes ActivityTaskCanceledEventAttributes.withLatestCancelRequestedEventId(Long latestCancelRequestedEventId)
          If set, contains the Id of the last ActivityTaskCancelRequested event recorded for this activity task.
 ActivityTaskCanceledEventAttributes ActivityTaskCanceledEventAttributes.withScheduledEventId(Long scheduledEventId)
          The id of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
 ActivityTaskCanceledEventAttributes ActivityTaskCanceledEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the ActivityTaskStarted event recorded when this activity task was started.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCanceledEventAttributes
 void HistoryEvent.setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
          If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
          If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.