| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| 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.
|
Copyright © 2021. All rights reserved.