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 theScheduleActivityTaskdecision 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 TypeMethodDescriptionvoidActivityTask.setActivityType(ActivityType activityType) The type of this activity task.voidActivityTaskScheduledEventAttributes.setActivityType(ActivityType activityType) The type of the activity task.voidActivityTypeInfo.setActivityType(ActivityType activityType) The ActivityType type structure representing the activity type.voidDeprecateActivityTypeRequest.setActivityType(ActivityType activityType) The activity type to deprecate.voidDescribeActivityTypeRequest.setActivityType(ActivityType activityType) The activity type to get information about.voidScheduleActivityTaskDecisionAttributes.setActivityType(ActivityType activityType) Required. The type of the activity task to schedule.voidScheduleActivityTaskFailedEventAttributes.setActivityType(ActivityType activityType) The activity type provided in theScheduleActivityTaskdecision 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 theScheduleActivityTaskdecision that failed.