| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.paginators |
| 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 |
|---|---|
SdkPublisher<WorkflowTypeInfo> |
ListWorkflowTypesPublisher.typeInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkflowTypeInfo> |
ListWorkflowTypesIterable.typeInfos()
Returns an iterable to iterate through the paginated
ListWorkflowTypesResponse.typeInfos() member. |
Copyright © 2022. All rights reserved.