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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCancelRequestedEventAttributes
 ActivityTaskCancelRequestedEventAttributes HistoryEvent.getActivityTaskCancelRequestedEventAttributes()
          If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
 ActivityTaskCancelRequestedEventAttributes ActivityTaskCancelRequestedEventAttributes.withActivityId(String activityId)
          The unique ID of the task.
 ActivityTaskCancelRequestedEventAttributes ActivityTaskCancelRequestedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCancelRequestedEventAttributes
 void HistoryEvent.setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
          If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
          If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.