Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ActivityType |
ActivityType.clone() |
ActivityType |
ActivityTypeInfo.getActivityType()
The ActivityType type structure representing the activity type.
|
ActivityType |
ScheduleActivityTaskFailedEventAttributes.getActivityType()
The activity type provided in the
ScheduleActivityTask
decision that failed. |
ActivityType |
ScheduleActivityTaskDecisionAttributes.getActivityType()
Required. The type of the activity task to schedule.
|
ActivityType |
DeprecateActivityTypeRequest.getActivityType()
The activity type to deprecate.
|
ActivityType |
ActivityTaskScheduledEventAttributes.getActivityType()
The type of the activity task.
|
ActivityType |
ActivityTask.getActivityType()
The type of this activity task.
|
ActivityType |
DescribeActivityTypeRequest.getActivityType()
The activity type to get information about.
|
ActivityType |
ActivityType.withName(String name)
The name of this activity.
|
ActivityType |
ActivityType.withVersion(String version)
The version of this activity.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeInfo.setActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
void |
ScheduleActivityTaskFailedEventAttributes.setActivityType(ActivityType activityType)
The activity type provided in the
ScheduleActivityTask
decision that failed. |
void |
ScheduleActivityTaskDecisionAttributes.setActivityType(ActivityType activityType)
Required. The type of the activity task to schedule.
|
void |
DeprecateActivityTypeRequest.setActivityType(ActivityType activityType)
The activity type to deprecate.
|
void |
ActivityTaskScheduledEventAttributes.setActivityType(ActivityType activityType)
The type of the activity task.
|
void |
ActivityTask.setActivityType(ActivityType activityType)
The type of this activity task.
|
void |
DescribeActivityTypeRequest.setActivityType(ActivityType activityType)
The activity type to get information about.
|
ActivityTypeInfo |
ActivityTypeInfo.withActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType)
The activity type provided in the
ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskDecisionAttributes |
ScheduleActivityTaskDecisionAttributes.withActivityType(ActivityType activityType)
Required. The type of the activity task to schedule.
|
DeprecateActivityTypeRequest |
DeprecateActivityTypeRequest.withActivityType(ActivityType activityType)
The activity type to deprecate.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withActivityType(ActivityType activityType)
The type of the activity task.
|
ActivityTask |
ActivityTask.withActivityType(ActivityType activityType)
The type of this activity task.
|
DescribeActivityTypeRequest |
DescribeActivityTypeRequest.withActivityType(ActivityType activityType)
The activity type to get information about.
|
Copyright © 2018. All rights reserved.