| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter |
ListClosedWorkflowExecutionsRequest.closeStatusFilter()
If specified, only workflow executions that match this close status are listed.
|
CloseStatusFilter |
CountClosedWorkflowExecutionsRequest.closeStatusFilter()
If specified, only workflow executions that match this close status are counted.
|
| Modifier and Type | Method and Description |
|---|---|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted.
|
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter |
CloseStatusFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseStatusFilterMarshaller.marshall(CloseStatusFilter closeStatusFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.