Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityType |
ScheduleActivityTaskFailedEventAttributes.activityType
The activity type provided in the
ScheduleActivityTask
decision that failed. |
private ActivityType |
ScheduleActivityTaskDecisionAttributes.activityType
Required. The type of the activity task to schedule.
|
private ActivityType |
DescribeActivityTypeRequest.activityType
The activity type to get information about.
|
private ActivityType |
DeprecateActivityTypeRequest.activityType
The activity type to deprecate.
|
private ActivityType |
ActivityTypeInfo.activityType
The ActivityType type structure representing the activity type.
|
private ActivityType |
ActivityTaskScheduledEventAttributes.activityType
The type of the activity task.
|
private ActivityType |
ActivityTask.activityType
The type of this activity task.
|
Modifier and Type | Method and Description |
---|---|
ActivityType |
ActivityType.clone() |
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 |
DescribeActivityTypeRequest.getActivityType()
The activity type to get information about.
|
ActivityType |
DeprecateActivityTypeRequest.getActivityType()
The activity type to deprecate.
|
ActivityType |
ActivityTypeInfo.getActivityType()
The ActivityType type structure representing the activity type.
|
ActivityType |
ActivityTaskScheduledEventAttributes.getActivityType()
The type of the activity task.
|
ActivityType |
ActivityTask.getActivityType()
The type of this activity task.
|
ActivityType |
ActivityType.withName(java.lang.String name)
The name of this activity.
|
ActivityType |
ActivityType.withVersion(java.lang.String version)
The version of this activity.
|
Modifier and Type | Method and Description |
---|---|
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 |
DescribeActivityTypeRequest.setActivityType(ActivityType activityType)
The activity type to get information about.
|
void |
DeprecateActivityTypeRequest.setActivityType(ActivityType activityType)
The activity type to deprecate.
|
void |
ActivityTypeInfo.setActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
void |
ActivityTaskScheduledEventAttributes.setActivityType(ActivityType activityType)
The type of the activity task.
|
void |
ActivityTask.setActivityType(ActivityType activityType)
The type of this activity task.
|
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.
|
DescribeActivityTypeRequest |
DescribeActivityTypeRequest.withActivityType(ActivityType activityType)
The activity type to get information about.
|
DeprecateActivityTypeRequest |
DeprecateActivityTypeRequest.withActivityType(ActivityType activityType)
The activity type to deprecate.
|
ActivityTypeInfo |
ActivityTypeInfo.withActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withActivityType(ActivityType activityType)
The type of the activity task.
|
ActivityTask |
ActivityTask.withActivityType(ActivityType activityType)
The type of this activity task.
|
Modifier and Type | Method and Description |
---|---|
ActivityType |
ActivityTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeJsonMarshaller.marshall(ActivityType activityType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|