| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityType |
DescribeActivityTypeRequest.activityType()
The activity type to get information about.
|
ActivityType |
ActivityTypeInfo.activityType()
The ActivityType type structure representing the activity type.
|
ActivityType |
PollForActivityTaskResponse.activityType()
The type of this activity task.
|
ActivityType |
ActivityTaskScheduledEventAttributes.activityType()
The type of the activity task.
|
ActivityType |
ScheduleActivityTaskFailedEventAttributes.activityType()
The activity type provided in the
ScheduleActivityTask decision that failed. |
ActivityType |
DeprecateActivityTypeRequest.activityType()
The activity type to deprecate.
|
ActivityType |
ScheduleActivityTaskDecisionAttributes.activityType()
The type of the activity task to schedule.
|
ActivityType |
UndeprecateActivityTypeRequest.activityType()
The activity type to undeprecate.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeActivityTypeRequest.Builder |
DescribeActivityTypeRequest.Builder.activityType(ActivityType activityType)
The activity type to get information about.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.activityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
PollForActivityTaskResponse.Builder |
PollForActivityTaskResponse.Builder.activityType(ActivityType activityType)
The type of this activity task.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.activityType(ActivityType activityType)
The type of the activity task.
|
ScheduleActivityTaskFailedEventAttributes.Builder |
ScheduleActivityTaskFailedEventAttributes.Builder.activityType(ActivityType activityType)
The activity type provided in the
ScheduleActivityTask decision that failed. |
DeprecateActivityTypeRequest.Builder |
DeprecateActivityTypeRequest.Builder.activityType(ActivityType activityType)
The activity type to deprecate.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.activityType(ActivityType activityType)
The type of the activity task to schedule.
|
UndeprecateActivityTypeRequest.Builder |
UndeprecateActivityTypeRequest.Builder.activityType(ActivityType activityType)
The activity type to undeprecate.
|
Copyright © 2019. All rights reserved.