Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowTypeInfo> |
WorkflowTypeInfos.getTypeInfos()
The list of workflow type information.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.