Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ActivityTypeInfo |
ActivityTypeInfo.clone() |
ActivityTypeInfo |
ActivityTypeDetail.getTypeInfo()
General information about the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withActivityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withCreationDate(Date creationDate)
The date and time this activity type was created through
RegisterActivityType.
|
ActivityTypeInfo |
ActivityTypeInfo.withDeprecationDate(Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called.
|
ActivityTypeInfo |
ActivityTypeInfo.withDescription(String description)
The description of the activity type provided in
RegisterActivityType.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(RegistrationStatus status)
The current status of the activity type.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(String status)
The current status of the activity type.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityTypeInfo> |
ActivityTypeInfos.getTypeInfos()
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeDetail.setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
ActivityTypeDetail |
ActivityTypeDetail.withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeInfos.setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
ActivityTypeInfos |
ActivityTypeInfos.withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
Copyright © 2018. All rights reserved.