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 typeActivityTaskCanceledthen 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 lastActivityTaskCancelRequestedevent recorded for this activity task.ActivityTaskCanceledEventAttributes.withScheduledEventId(Long scheduledEventId) The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskCanceledEventAttributes.withStartedEventId(Long startedEventId) The ID of theActivityTaskStartedevent recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCanceledEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes) If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes) If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.