| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityTypeConfiguration |
ActivityTypeDetail.getConfiguration()
The configuration settings registered with the activity type.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskHeartbeatTimeout(String defaultTaskHeartbeatTimeout)
The optional default maximum time, specified when registering the
activity type, before which a worker processing a task must report
progress by calling RecordActivityTaskHeartbeat.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
The optional default task list specified for this activity type at
registration.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskScheduleToCloseTimeout(String defaultTaskScheduleToCloseTimeout)
The optional default maximum duration, specified when registering the
activity type, for tasks of this activity type.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskScheduleToStartTimeout(String defaultTaskScheduleToStartTimeout)
The optional 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 |
ActivityTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)
The optional default maximum duration for tasks of an activity type
specified when registering the activity type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityTypeDetail.setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
ActivityTypeDetail |
ActivityTypeDetail.withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
Copyright © 2014. All rights reserved.