Uses of Class
software.amazon.awssdk.services.swf.model.ActivityType
-
Packages that use ActivityType Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityType in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityType Modifier and Type Method Description ActivityTypeActivityTaskScheduledEventAttributes. activityType()The type of the activity task.ActivityTypeActivityTypeInfo. activityType()The ActivityType type structure representing the activity type.ActivityTypeDeprecateActivityTypeRequest. activityType()The activity type to deprecate.ActivityTypeDescribeActivityTypeRequest. activityType()The activity type to get information about.ActivityTypePollForActivityTaskResponse. activityType()The type of this activity task.ActivityTypeScheduleActivityTaskDecisionAttributes. activityType()The type of the activity task to schedule.ActivityTypeScheduleActivityTaskFailedEventAttributes. activityType()The activity type provided in theScheduleActivityTaskdecision that failed.ActivityTypeUndeprecateActivityTypeRequest. activityType()The activity type to undeprecate.Methods in software.amazon.awssdk.services.swf.model with parameters of type ActivityType Modifier and Type Method Description ActivityTaskScheduledEventAttributes.BuilderActivityTaskScheduledEventAttributes.Builder. activityType(ActivityType activityType)The type of the activity task.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. activityType(ActivityType activityType)The ActivityType type structure representing the activity type.DeprecateActivityTypeRequest.BuilderDeprecateActivityTypeRequest.Builder. activityType(ActivityType activityType)The activity type to deprecate.DescribeActivityTypeRequest.BuilderDescribeActivityTypeRequest.Builder. activityType(ActivityType activityType)The activity type to get information about.PollForActivityTaskResponse.BuilderPollForActivityTaskResponse.Builder. activityType(ActivityType activityType)The type of this activity task.ScheduleActivityTaskDecisionAttributes.BuilderScheduleActivityTaskDecisionAttributes.Builder. activityType(ActivityType activityType)The type of the activity task to schedule.ScheduleActivityTaskFailedEventAttributes.BuilderScheduleActivityTaskFailedEventAttributes.Builder. activityType(ActivityType activityType)The activity type provided in theScheduleActivityTaskdecision that failed.UndeprecateActivityTypeRequest.BuilderUndeprecateActivityTypeRequest.Builder. activityType(ActivityType activityType)The activity type to undeprecate.
-