Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
-
Packages that use WorkflowTypeInfo Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowTypeInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeInfo Modifier and Type Method Description WorkflowTypeInfoWorkflowTypeInfo. clone()WorkflowTypeInfoWorkflowTypeDetail. getTypeInfo()General information about the workflow type.WorkflowTypeInfoWorkflowTypeInfo. withCreationDate(Date creationDate)The date when this type was registered.WorkflowTypeInfoWorkflowTypeInfo. withDeprecationDate(Date deprecationDate)If the type is in deprecated state, then it is set to the date when the type was deprecated.WorkflowTypeInfoWorkflowTypeInfo. withDescription(String description)The description of the type registered through RegisterWorkflowType.WorkflowTypeInfoWorkflowTypeInfo. withStatus(RegistrationStatus status)The current status of the workflow type.WorkflowTypeInfoWorkflowTypeInfo. withStatus(String status)The current status of the workflow type.WorkflowTypeInfoWorkflowTypeInfo. withWorkflowType(WorkflowType workflowType)The workflow type this information is about.Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type WorkflowTypeInfo Modifier and Type Method Description List<WorkflowTypeInfo>WorkflowTypeInfos. getTypeInfos()The list of workflow type information.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeInfo Modifier and Type Method Description voidWorkflowTypeDetail. setTypeInfo(WorkflowTypeInfo typeInfo)General information about the workflow type.WorkflowTypeDetailWorkflowTypeDetail. withTypeInfo(WorkflowTypeInfo typeInfo)General information about the workflow type.WorkflowTypeInfosWorkflowTypeInfos. withTypeInfos(WorkflowTypeInfo... typeInfos)The list of workflow type information.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type WorkflowTypeInfo Modifier and Type Method Description voidWorkflowTypeInfos. setTypeInfos(Collection<WorkflowTypeInfo> typeInfos)The list of workflow type information.WorkflowTypeInfosWorkflowTypeInfos. withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)The list of workflow type information.
-