Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
Packages that use ActivityTypeInfo
-
Uses of ActivityTypeInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTypeInfoModifier and TypeMethodDescriptionActivityTypeInfo.clone()ActivityTypeDetail.getTypeInfo()General information about the activity type.ActivityTypeInfo.withActivityType(ActivityType activityType) The ActivityType type structure representing the activity type.ActivityTypeInfo.withCreationDate(Date creationDate) The date and time this activity type was created through RegisterActivityType.ActivityTypeInfo.withDeprecationDate(Date deprecationDate) If DEPRECATED, the date and time DeprecateActivityType was called.ActivityTypeInfo.withDescription(String description) The description of the activity type provided in RegisterActivityType.ActivityTypeInfo.withStatus(RegistrationStatus status) The current status of the activity type.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 ActivityTypeInfoModifier and TypeMethodDescriptionActivityTypeInfos.getTypeInfos()List of activity type information.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTypeInfoModifier and TypeMethodDescriptionvoidActivityTypeDetail.setTypeInfo(ActivityTypeInfo typeInfo) General information about the activity type.ActivityTypeDetail.withTypeInfo(ActivityTypeInfo typeInfo) General information about the activity type.ActivityTypeInfos.withTypeInfos(ActivityTypeInfo... typeInfos) List of activity type information.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type ActivityTypeInfoModifier and TypeMethodDescriptionvoidActivityTypeInfos.setTypeInfos(Collection<ActivityTypeInfo> typeInfos) List of activity type information.ActivityTypeInfos.withTypeInfos(Collection<ActivityTypeInfo> typeInfos) List of activity type information.