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 WorkflowTypeInfo
WorkflowTypeInfo. clone()
WorkflowTypeInfo
WorkflowTypeDetail. getTypeInfo()
General information about the workflow type.WorkflowTypeInfo
WorkflowTypeInfo. withCreationDate(Date creationDate)
The date when this type was registered.WorkflowTypeInfo
WorkflowTypeInfo. withDeprecationDate(Date deprecationDate)
If the type is in deprecated state, then it is set to the date when the type was deprecated.WorkflowTypeInfo
WorkflowTypeInfo. withDescription(String description)
The description of the type registered through RegisterWorkflowType.WorkflowTypeInfo
WorkflowTypeInfo. withStatus(RegistrationStatus status)
The current status of the workflow type.WorkflowTypeInfo
WorkflowTypeInfo. withStatus(String status)
The current status of the workflow type.WorkflowTypeInfo
WorkflowTypeInfo. 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 void
WorkflowTypeDetail. setTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.WorkflowTypeDetail
WorkflowTypeDetail. withTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.WorkflowTypeInfos
WorkflowTypeInfos. 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 void
WorkflowTypeInfos. setTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.WorkflowTypeInfos
WorkflowTypeInfos. withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
-