| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfo |
DescribeWorkflowTypeResponse.typeInfo()
General information about the workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTypeInfo> |
ListWorkflowTypesResponse.typeInfos()
The list of workflow type information.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowTypeResponse.Builder |
DescribeWorkflowTypeResponse.Builder.typeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
ListWorkflowTypesResponse.Builder |
ListWorkflowTypesResponse.Builder.typeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowTypesResponse.Builder |
ListWorkflowTypesResponse.Builder.typeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfo |
WorkflowTypeInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTypeInfoMarshaller.marshall(WorkflowTypeInfo workflowTypeInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.