Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityType
Packages that use ActivityType
-
Uses of ActivityType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTypeModifier and TypeMethodDescriptionActivityType.clone()
ActivityTask.getActivityType()
The type of this activity task.ActivityTaskScheduledEventAttributes.getActivityType()
The type of the activity task.ActivityTypeInfo.getActivityType()
The ActivityType type structure representing the activity type.DeprecateActivityTypeRequest.getActivityType()
The activity type to deprecate.DescribeActivityTypeRequest.getActivityType()
The activity type to get information about.ScheduleActivityTaskDecisionAttributes.getActivityType()
Required. The type of the activity task to schedule.ScheduleActivityTaskFailedEventAttributes.getActivityType()
The activity type provided in theScheduleActivityTask
decision that failed.The name of this activity.ActivityType.withVersion
(String version) The version of this activity.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTypeModifier and TypeMethodDescriptionvoid
ActivityTask.setActivityType
(ActivityType activityType) The type of this activity task.void
ActivityTaskScheduledEventAttributes.setActivityType
(ActivityType activityType) The type of the activity task.void
ActivityTypeInfo.setActivityType
(ActivityType activityType) The ActivityType type structure representing the activity type.void
DeprecateActivityTypeRequest.setActivityType
(ActivityType activityType) The activity type to deprecate.void
DescribeActivityTypeRequest.setActivityType
(ActivityType activityType) The activity type to get information about.void
ScheduleActivityTaskDecisionAttributes.setActivityType
(ActivityType activityType) Required. The type of the activity task to schedule.void
ScheduleActivityTaskFailedEventAttributes.setActivityType
(ActivityType activityType) The activity type provided in theScheduleActivityTask
decision that failed.ActivityTask.withActivityType
(ActivityType activityType) The type of this activity task.ActivityTaskScheduledEventAttributes.withActivityType
(ActivityType activityType) The type of the activity task.ActivityTypeInfo.withActivityType
(ActivityType activityType) The ActivityType type structure representing the activity type.DeprecateActivityTypeRequest.withActivityType
(ActivityType activityType) The activity type to deprecate.DescribeActivityTypeRequest.withActivityType
(ActivityType activityType) The activity type to get information about.ScheduleActivityTaskDecisionAttributes.withActivityType
(ActivityType activityType) Required. The type of the activity task to schedule.ScheduleActivityTaskFailedEventAttributes.withActivityType
(ActivityType activityType) The activity type provided in theScheduleActivityTask
decision that failed.