Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
-
Packages that use ActivityTypeInfo Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTypeInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTypeInfo Modifier and Type Method 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.Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type ActivityTypeInfo Modifier and Type Method Description List<ActivityTypeInfo>
ActivityTypeInfos. getTypeInfos()
List of activity type information.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTypeInfo Modifier and Type Method 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.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type ActivityTypeInfo Modifier and Type Method Description void
ActivityTypeInfos. setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.ActivityTypeInfos
ActivityTypeInfos. withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
-