Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
Packages that use ActivityTypeConfiguration
-
Uses of ActivityTypeConfiguration in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTypeConfigurationModifier and TypeMethodDescriptionActivityTypeConfiguration.clone()ActivityTypeDetail.getConfiguration()The configuration settings registered with the activity type.ActivityTypeConfiguration.withDefaultTaskHeartbeatTimeout(String defaultTaskHeartbeatTimeout) Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.ActivityTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList) Optional. The default task list specified for this activity type at registration.ActivityTypeConfiguration.withDefaultTaskPriority(String defaultTaskPriority) Optional. The default task priority for tasks of this activity type, specified at registration.ActivityTypeConfiguration.withDefaultTaskScheduleToCloseTimeout(String defaultTaskScheduleToCloseTimeout) Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type.ActivityTypeConfiguration.withDefaultTaskScheduleToStartTimeout(String defaultTaskScheduleToStartTimeout) Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker.ActivityTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout) Optional. The default maximum duration for tasks of an activity type specified when registering the activity type.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTypeConfigurationModifier and TypeMethodDescriptionvoidActivityTypeDetail.setConfiguration(ActivityTypeConfiguration configuration) The configuration settings registered with the activity type.ActivityTypeDetail.withConfiguration(ActivityTypeConfiguration configuration) The configuration settings registered with the activity type.