Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowTypeInfo |
WorkflowTypeDetail.typeInfo
General information about the workflow type.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WorkflowTypeInfo> |
WorkflowTypeInfos.typeInfos
The list of workflow type information.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTypeInfo |
WorkflowTypeInfo.clone() |
WorkflowTypeInfo |
WorkflowTypeDetail.getTypeInfo()
General information about the workflow type.
|
WorkflowTypeInfo |
WorkflowTypeInfo.withCreationDate(java.util.Date creationDate)
The date when this type was registered.
|
WorkflowTypeInfo |
WorkflowTypeInfo.withDeprecationDate(java.util.Date deprecationDate)
If the type is in deprecated state, then it is set to the date when the
type was deprecated.
|
WorkflowTypeInfo |
WorkflowTypeInfo.withDescription(java.lang.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(java.lang.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 |
---|---|
java.util.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(java.util.Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
WorkflowTypeInfos |
WorkflowTypeInfos.withTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTypeInfo |
WorkflowTypeInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowTypeInfoJsonMarshaller.marshall(WorkflowTypeInfo workflowTypeInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|