Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
CloseStatusFilter |
CloseStatusFilter.clone() |
CloseStatusFilter |
ListClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close
status are listed.
|
CloseStatusFilter |
CountClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close status are
counted.
|
CloseStatusFilter |
CloseStatusFilter.withStatus(CloseStatus status)
Required. The close status that must match the close status of an
execution for it to meet the criteria of this filter.
|
CloseStatusFilter |
CloseStatusFilter.withStatus(String status)
Required. The close status that must match the close status of an
execution for it to meet the criteria of this filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ListClosedWorkflowExecutionsRequest.setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close
status are listed.
|
void |
CountClosedWorkflowExecutionsRequest.setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are
counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close
status are listed.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are
counted.
|
Copyright © 2018. All rights reserved.