Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
Packages that use WorkflowTypeInfo
-
Uses of WorkflowTypeInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeInfoModifier and TypeMethodDescriptionWorkflowTypeInfo.clone()WorkflowTypeDetail.getTypeInfo()General information about the workflow type.WorkflowTypeInfo.withCreationDate(Date creationDate) The date when this type was registered.WorkflowTypeInfo.withDeprecationDate(Date deprecationDate) If the type is in deprecated state, then it is set to the date when the type was deprecated.WorkflowTypeInfo.withDescription(String description) The description of the type registered through RegisterWorkflowType.WorkflowTypeInfo.withStatus(RegistrationStatus status) The current status of the workflow type.WorkflowTypeInfo.withStatus(String status) The current status of the workflow type.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 WorkflowTypeInfoModifier and TypeMethodDescriptionWorkflowTypeInfos.getTypeInfos()The list of workflow type information.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeInfoModifier and TypeMethodDescriptionvoidWorkflowTypeDetail.setTypeInfo(WorkflowTypeInfo typeInfo) General information about the workflow type.WorkflowTypeDetail.withTypeInfo(WorkflowTypeInfo typeInfo) General information about the workflow type.WorkflowTypeInfos.withTypeInfos(WorkflowTypeInfo... typeInfos) The list of workflow type information.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type WorkflowTypeInfoModifier and TypeMethodDescriptionvoidWorkflowTypeInfos.setTypeInfos(Collection<WorkflowTypeInfo> typeInfos) The list of workflow type information.WorkflowTypeInfos.withTypeInfos(Collection<WorkflowTypeInfo> typeInfos) The list of workflow type information.