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 ActivityTypeInfoActivityTypeInfo. clone()ActivityTypeInfoActivityTypeDetail. getTypeInfo()General information about the activity type.ActivityTypeInfoActivityTypeInfo. withActivityType(ActivityType activityType)The ActivityType type structure representing the activity type.ActivityTypeInfoActivityTypeInfo. withCreationDate(Date creationDate)The date and time this activity type was created through RegisterActivityType.ActivityTypeInfoActivityTypeInfo. withDeprecationDate(Date deprecationDate)If DEPRECATED, the date and time DeprecateActivityType was called.ActivityTypeInfoActivityTypeInfo. withDescription(String description)The description of the activity type provided in RegisterActivityType.ActivityTypeInfoActivityTypeInfo. withStatus(RegistrationStatus status)The current status of the activity type.ActivityTypeInfoActivityTypeInfo. 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 voidActivityTypeDetail. setTypeInfo(ActivityTypeInfo typeInfo)General information about the activity type.ActivityTypeDetailActivityTypeDetail. withTypeInfo(ActivityTypeInfo typeInfo)General information about the activity type.ActivityTypeInfosActivityTypeInfos. 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 voidActivityTypeInfos. setTypeInfos(Collection<ActivityTypeInfo> typeInfos)List of activity type information.ActivityTypeInfosActivityTypeInfos. withTypeInfos(Collection<ActivityTypeInfo> typeInfos)List of activity type information.
-